Contents tagged with subversion

  • SVN Command Line Syntax

    Tags: SVN, subversion, command line

    Basic Checkout:

    svn checkout https://MySVNServer:MyPort/svn/MySVNRepositoryName/MyFolder1/MyFolder2 MySVNRepositoryName --username MyUsername

    Basic Commit:

    svn commit -m "My Comment For the … more