Changes between Version 17 and Version 18 of SvnTutorial


Ignore:
Timestamp:
02/14/07 23:52:41 (17 years ago)
Author:
arango
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTutorial

    v17 v18  
    2020You should see a bunch of stuff stream by like:
    2121{{{
    22 svn checkout http://www.myroms.org/svn/Models/trunk /home/ocean/src --username ocean --password ****** --non-interactive
     22svn checkout https://www.myroms.org/svn/Models/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  http://www.myroms.org/svn/Models/trunk  /home/ocean/src
     43svn checkout  https://www.myroms.org/svn/Models/trunk  /home/ocean/src
    4444}}}
    4545