Changes between Version 30 and Version 31 of SvnTutorial


Ignore:
Timestamp:
10/06/08 20:00:14 (16 years ago)
Author:
ckharris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTutorial

    v30 v31  
    121121
    122122''To commit changes using the command line:''
    123 Go to the top directory in your local copy of your branch, e.g., {{{../bubba_roms_sed}}} .
    124 Type {{{>> svn -m "Meaningful message here" commit}}} .
     123Go to the top directory in your local copy of your branch, e.g., {{{../bubba_roms_sed}}} .[[BR]]
     124Type[[BR]]
     125{{{
     126svn -m "Meaningful message here" commit
     127}}}
     128You should see something like:[[BR]]
     129{{{
     130Sending        ROMS/Nonlinear/sediment.F
     131Transmitting file data .
     132Committed revision 1698.
     133}}}
     134
    125135
    126136== Delete a Branch ==