Tag Archives: svn

SVN “does not match expected URL”

Just encountered this issue with SVN when trying to update the repository: URL ‘https://example.com/development’ of existing directory ‘c:\example\development’ does not match expected URL ‘https://example.com/development’ This error was the result of some playing around I did with setting up SVN on a different machine and using uppercase letters instead of all lowercase when I was importing […]

SVN Tortoise Tip: Moving Files

I wish I had of read this article before I re-arranged my subversioned files/folders using the least efficient way imaginable. Next time, I will do this: To move files the right way using Tortoise, highlight the file(s) you want to move and drag and drop to the new location using the RIGHT mouse button. When you drop […]