Changes between Version 2 and Version 3 of git-svn-tutorial

Show
Ignore:
Timestamp:
01/09/09 22:26:15 (13 years ago)
Author:
donaldh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • git-svn-tutorial

    v2 v3  
    11First, we need to fetch a copy of the repository. 
    22 
    3 {{{    git svn clone -s -r 34140 https://svn.perl.org/parrot # choose some recent-ish commit }}} 
     3{{{ 
     4    git svn clone -s -r 34140 https://svn.perl.org/parrot # choose some recent-ish commit 
     5}}} 
    46 
    57-s is for --stdlayout which presumes the svn recommended layout for tags, trunk, and branches. 
     
    4244 
    4345We've heard a lot about how git will ease the pain of working in branches; can you provide an example, showing a branch that all committers can collaborate on, that can be rebased against trunk as needed, and then merged back to trunk? 
     46 
     47= More information on git-svn = 
     48 
     49http://utsl.gen.nz/talks/git-svn/intro.html 
     50