How to do SVN Update on my project using the command line -


how svn update project using command line?

then manage call these command lines c#.

i'm .net developer, , i'm using tortoisesvn.

svn update /path/to/working/copy 

if subversion not in path, of course

/path/to/subversion/svn update /path/to/working/copy 

or if in current root directory of svn repo (it contains .svn subfolder), it's simple as

svn update 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -