Changes between Version 2 and Version 3 of cypress/Programming/Svn)


Ignore:
Timestamp:
08/18/15 22:52:09 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Programming/Svn)

    v2 v3  
    2020
    2121== First things to do ==
    22 * Create a repository on sphynx
     22* Create a repository
    2323{{{
    2424svnadmin create $HOME/repos
     
    2626This creates a repository under '$HOME/repos'.
    2727
    28 Note that $HOME is your home-directory on sphynx.
     28Note that $HOME is your home-directory on Cypress.
    2929
    3030Once you did this, you don't have to do this again. Do not delete '$HOME/repos' !!!
     
    6262'''Do not upload.... Large sets of binary files; images, movie, music....'''
    6363
    64 == Accessing your Repository over Network ==
    65 To access your Repository on sphynx' through ssh from other hosts,
     64
     65
     66----
     67
     68----
     69
     70== Tutorial::Accessing your Repository over Network ==
     71To access your Repository on Cypress through ssh from other hosts,
    6672
    6773{{{
    68 svn co svn+ssh://USERNAME@sphynx.ccs.tulane.edu/HOME_DIRCTORY/repos/project1 ./project1
     74svn co svn+ssh://USERNAME@cypress1.tulane.edu/HOME_DIRCTORY/repos/project1 ./project1
    6975}}}
    7076
    71 You will be asked for typing your password on sphynx.
     77You will be asked for typing your password.
    7278
    73 USERNAME and HOME_DIRCTORY are your login user name and home directory on sphynx.
     79USERNAME and HOME_DIRCTORY are your login user name and home directory on Cypress.
    7480
    75 To see the path of your home directory, on sphynx
     81To see the path of your home directory, on Cypress
    7682{{{
    7783cat $HOME
    7884}}}
     85
    7986* Using svn-client software with GUI
    8087  * There are Windows Versions and Mac OS versions.
     
    8390== Try using Your Repository ==
    8491=== Check out data ===
    85 Somewhere on sphynx,
     92Somewhere on Cypress,
    8693{{{
    8794svn co file:///$HOME/repos/project1 ./project1
     
    161168
    162169Look at the status and difference
    163 {{{{
     170{{{
    164171svn stat
    165172svn diff