Changes between Version 2 and Version 3 of Subversion


Ignore:
Timestamp:
Jan 23, 2012, 10:29:11 PM (12 years ago)
Author:
dzollars
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Subversion

    v2 v3  
    33Checkout from subversion with:
    44
    5   svn co svn+ssh://bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl
     5  svn co svn+ssh://bcf.uthscsa.edu/us3_gridctl/trunk bin
    66
    77or if you just want the files once:
    88 
    9   svn export svn://bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl
     9  svn export svn://bcf.uthscsa.edu/us3_gridctl/trunk bin
    1010
    1111change the final 'us3_gridctl' above to any directory name you desire.  It will be created in the current directory.
     
    1313To pass a different user to an ssh access to svn, use
    1414
    15   svn co svn+ssh://username@bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl
     15  svn co svn+ssh://username@bcf.uthscsa.edu/us3_gridctl/trunk bin
    1616
    1717If you use:
    1818
    19   svn co svn://bcf.uthscsa.edu/us3_gridctl/trunk us3_gridctl
     19  svn co svn://bcf.uthscsa.edu/us3_gridctl/trunk bin
    2020
    2121you will be able to get updates with: