Changes between Version 18 and Version 19 of SvnTutorial


Ignore:
Timestamp:
02/26/07 00:08:06 (17 years ago)
Author:
arango
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTutorial

    v18 v19  
    2020You should see a bunch of stuff stream by like:
    2121{{{
    22 svn checkout https://www.myroms.org/svn/Models/trunk /home/ocean/src --username ocean --password ****** --non-interactive
     22svn checkout https://www.myroms.org/svn/src/trunk /home/ocean/src --username ocean --password ****** --non-interactive
    2323A /home/ocean/src/ROMS
    2424A /home/ocean/src/ROMS/License_ROMS.txt
     
    4141If you are using svn from the command line, as you would on most unix style machines, check out the respository using the command:
    4242{{{
    43 svn checkout  https://www.myroms.org/svn/Models/trunk  /home/ocean/src
     43svn checkout  https://www.myroms.org/svn/src/trunk  /home/ocean/src
    4444}}}
    4545