Changes between Version 18 and Version 19 of SvnTutorial
- Timestamp:
- 02/26/07 00:08:06 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnTutorial
v18 v19 20 20 You should see a bunch of stuff stream by like: 21 21 {{{ 22 svn checkout https://www.myroms.org/svn/ Models/trunk /home/ocean/src --username ocean --password ****** --non-interactive22 svn checkout https://www.myroms.org/svn/src/trunk /home/ocean/src --username ocean --password ****** --non-interactive 23 23 A /home/ocean/src/ROMS 24 24 A /home/ocean/src/ROMS/License_ROMS.txt … … 41 41 If you are using svn from the command line, as you would on most unix style machines, check out the respository using the command: 42 42 {{{ 43 svn checkout https://www.myroms.org/svn/ Models/trunk /home/ocean/src43 svn checkout https://www.myroms.org/svn/src/trunk /home/ocean/src 44 44 }}} 45 45