Tortoise SVN - Run Svn commands from command line

Post date: Jan 12, 2012 10:43:16 AM

Run this to update your current folder:

"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:update /path:"." /closeonend:1

This will run the same graphical GUI as the regular "right click -> Update" but it will close the windows if no errors occur.

Make things easier for you and add the Tortoise bin folder to your PATH.

Full documentation about tortoise svn command line can be found here

http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html