[How-to] SVN update using command line

Scenario:

Tutorial on how to use command line (TORTOISE SVN) to perform svn update in window environment.


Solution:

  1. Install Tortoise SVN
  2. Check out your source from SVN
  3. Perform command line update using following command
View Code OTHER
"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:update /path:"C:/svn/source" /closeonend:2

Leave a Reply