Changes between Version 18 and Version 19 of SvnIntro


Ignore:
Timestamp:
03/01/07 22:08:34 (17 years ago)
Author:
arango
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnIntro

    v18 v19  
    1616 * The repository referred to below contains the ROMS Sediment Transport model code:
    1717 {{{
    18      http://svn1.hosted-projects.com/cmgsoft/roms_sed
     18     https://www.myroms.org/svn/cstm
    1919}}}
    2020
     
    2424 * {{{   svn action from to {optional_qualifiers}}}}
    2525To check-out the files from the ROMS_SED repository, enter:
    26  * {{{   svn checkout http://svn1.hosted-projects.com/cmgsoft/roms_sed /home/mydir/code/roms_sed}}}
     26 * {{{   svn checkout https://www.myroms.org/svn/cstm /home/mydir/code/roms_sed}}}
    2727
    2828You 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.  So to commit your changes back to the repository, cd into a local dir under subversion control (/home/mydir/code/roms_sed or below) and enter: {{{svn commit}}}.  For more detail on command line use and syntax, see the [http://svnbook.red-bean.com Svn book].