Changes between Version 2 and Version 3 of Subversion
- Timestamp:
- Jan 23, 2012, 10:29:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Subversion
v2 v3 3 3 Checkout from subversion with: 4 4 5 svn co svn+ssh://bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl5 svn co svn+ssh://bcf.uthscsa.edu/us3_gridctl/trunk bin 6 6 7 7 or if you just want the files once: 8 8 9 svn export svn://bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl9 svn export svn://bcf.uthscsa.edu/us3_gridctl/trunk bin 10 10 11 11 change the final 'us3_gridctl' above to any directory name you desire. It will be created in the current directory. … … 13 13 To pass a different user to an ssh access to svn, use 14 14 15 svn co svn+ssh://username@bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl15 svn co svn+ssh://username@bcf.uthscsa.edu/us3_gridctl/trunk bin 16 16 17 17 If you use: 18 18 19 svn co svn://bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl19 svn co svn://bcf.uthscsa.edu/us3_gridctl/trunk bin 20 20 21 21 you will be able to get updates with: