SVN Command Line Usage
https://mreschke.com/271/svn-command-line-usage
cd /var/www/ svn co http:svn.mreschke.net/mrcore/trunk mrcore4 This creates a dir named mrcore4 with contents of trunk cd mrcore4 and svn info to see info If you want to checkout by revision 123 use svn co http:svn.mreschke.net/mrcore/trunk@123 mrcore4 All commands are from the root dir of your project To commit local changes into a report, you must run the add or delete command on each file. Run svn status shows if a file is A: File to be added C: Conflicting changes D: File to be d...