Contents tagged with subversion
-
SVN Command Line Syntax
Basic Checkout:
svn checkout https://MySVNServer:MyPort/svn/MySVNRepositoryName/MyFolder1/MyFolder2 MySVNRepositoryName --username MyUsername
Basic Commit:
svn commit -m "My Comment For the … more