What is the process for reverting files and folders to earlier revision in SVN using the windows TortoiseSVN client?
I've have tried right-clicking a file in the working copy and selecting the "Update to revision..." command and then specifying the revision number I want, but I can't commit that change back to the repository as it thinks nothing has changed in the working copy.
If I make a minor change to the file in question it errors when attempting to commit back to repository saying that it's out of date?
So I'm unsure of the process of reverting files, as this is one of the main benefits of having a version control system it seems pretty major that I don't know how to do it!?