How to use the SVN command line with TortoiseSVN

PositiveGuy picture PositiveGuy · Feb 25, 2010 · Viewed 43.2k times · Source

How do I use the command line for SVN when SVN is installed by Tortoise?

I'm trying to invoke some commands found in Changing a revision property in Subversion, but I'm not seeing the same directory structure under Program Files (x86)\VisualSVN Server (obviously).

Answer

Joe picture Joe · Feb 25, 2010

That page mostly references setting up SVN hooks on the server, but you can call SVN functions through Tortoise like the following:

<Path to TortoiseSVN>\bin\TortoiseProc.exe /command:<SVNCommand> <Parameters>

For example:

C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe /command:log /path:"c:\MyRepo\"

Reference here: Automating TortoiseSVN