Changes between Version 5 and Version 6 of SvnOverview


Ignore:
Timestamp:
02/12/07 01:47:36 (17 years ago)
Author:
arango
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnOverview

    v5 v6  
    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 http://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 http://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].
     
    5555'''What you get'''
    5656
    57  * If you choose to checkout the project into '''MyDir''' using the second command above, you'll find '''branches''', '''tags''' and '''trunk''' directories created in your local directory. Otherwise, if you only checkout the trunk (first command above) the files and sub-directories below the trunk will be created only.
     57 * If you choose to checkout the project into '''mydir''' using the second command above, you'll find '''branches''', '''tags''' and '''trunk''' directories created in your local directory. Otherwise, if you only checkout the trunk (first command above) the files and sub-directories below the trunk will be created only.
    5858 * Trunk is the main area for development, and unless otherwise instructed, work with the code in trunk.
    5959 * Tags will contain stable frozen versions.