Changes between Version 8 and Version 9 of SvnOverview


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnOverview

    v8 v9  
    1616 * The repository referred to below contains the tagged and latest version of ROMS/TOMS Framework:
    1717 {{{
    18      http://www.myroms.org/svn/Models
     18     https://www.myroms.org/svn/Models
    1919}}}
    2020
     
    2424 * {{{   svn action from to {optional_qualifiers}}}}
    2525To 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}}}
    2727To 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}}}
    2929
    3030You 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].