Changes between Version 8 and Version 9 of SvnOverview
- Timestamp:
- 02/14/07 23:51:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnOverview
v8 v9 16 16 * The repository referred to below contains the tagged and latest version of ROMS/TOMS Framework: 17 17 {{{ 18 http ://www.myroms.org/svn/Models18 https://www.myroms.org/svn/Models 19 19 }}} 20 20 … … 24 24 * {{{ svn action from to {optional_qualifiers}}}} 25 25 To check-out the files from the ROMS repository trunk (latest version), enter: 26 * {{{ svn checkout http ://www.myroms.org/svn/Models/trunk mydir}}}26 * {{{ svn checkout https://www.myroms.org/svn/Models/trunk mydir}}} 27 27 To check-out the files from the ROMS repository branches, tags, and trunk, enter: 28 * {{{ svn checkout http ://www.myroms.org/svn/Models mydir}}}28 * {{{ svn checkout https://www.myroms.org/svn/Models mydir}}} 29 29 30 30 You only check out once, after that, a hidden directory called '''.svn''' exists to keep track of the source, destination and a bunch of other information. For more detail on command line use and syntax, see the [http://svnbook.red-bean.com svn book].