Changes between Version 9 and Version 10 of SvnTutorial
- Timestamp:
- 02/12/07 04:31:50 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnTutorial
v9 v10 50 50 If you are using svn from the command line, as you would on most unix style machines, check out the respository using the command: 51 51 {{{ 52 svn checkout http://www.myroms.org/svn/Models/trunk /home 52 svn checkout http://www.myroms.org/svn/Models/trunk /home/ocean/src 53 53 }}} 54 54 (See the footnote for correctly installing svn with ssl support on unix style machines below.)