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
Post a Comment