SVN Tutorials

Sub Version SVN Commands for SVN Check Out SVN update Svn Status InfoDelete

Trunk url:  file:///home/svn/folder/svnrepos/Trunk Description: Checkout code from file:///home/svn/folder/svnrepos/Branches/BRANCHNAME  to /var/www/html/users/Command: svn co file:///home/svn/ap_project/svn_repos/Branches/BRANCHNAME  /home/test/ Description: To get the update from svnCommand: svn update Description: To add the files to svnCommand: svn add filename.php Description: To commit the files to svnCommand: svn commit filename1.php filename2.php -m “Mention Why you Changed the file in comments” Description: To […]