I can't figure out how to use the command line for SVN when SVN is installed by Tortoise. I'm trying to invoke some commands found here:
but I'm not seeing the same directory structure under Program Files (x86)\VisualSVN Server (obviously).
|
I can't figure out how to use the command line for SVN when SVN is installed by Tortoise. I'm trying to invoke some commands found here: but I'm not seeing the same directory structure under Program Files (x86)\VisualSVN Server (obviously). |
|||
|
|
|
That page mostly references setting up SVN hooks on the server, but you can call SVN functions through Tortoise like the following:
For example:
Reference here: Automating TortoiseSVN |
|||||
|
|
To my knowledge TortoiseSVN does not come with a command line tool. Install plain command line svn implementation eg. http://www.collab.net/downloads/subversion/ - it was previously just Subversion ;) |
|||||||
|
|
The directory structure is per repository. You have to look at your repository's folder, not the program folder. |
|||||
|