I am currently creating a script in which I am familiar with Tortoise SVN and related command line functions.
I have a valid script update to find that the Revision builds correctly with a series of tests. After the script writes this variable (for a specific version number), I update the HEAD version (so that I can commit after this process, which I am having problems with).
My question is: How to return to a specific version number from the command line?
I know that you can update svn -r, but how can you do this with a return so that it changes my working copy to an altered state; can it be done later? I only ask because the return does not accept the -r argument; if I'm not mistaken.
I found out how Revisions / Updates works with this question: returning with tortoise SVN But I could not find solid answers to this. Any help would be appreciated.
Chris source share