SVN Tips



Check out a file
----------------
svn co 192.168.0.7/ <url to checkout>


Select the folder and add the file to the folder in the local pc and then from the folder path use
-------------------------------------------------------------------------------------------------
svn add  ETS-USD-TCS-_0.0.5.xls


After adding commit the file
----------------------------
svn commit -m 'test cases for integration' doc.xls


To check in a file that is already in the trunk docs path
---------------------------------------------------------
svn commit -m 'updated the test cases for release v1-0-b3'  doc.xls

Comments