Changes between Version 14 and Version 15 of git-svn-tutorial

Show
Ignore:
Timestamp:
08/11/09 15:24:42 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • git-svn-tutorial

    v14 v15  
    77-s is for --stdlayout which presumes the svn recommended layout for tags, trunk, and branches. 
    88 
    9 -r is for the revision to start taking history from.  If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it. Because importing all of history is *very* time consuming, DukeLeto has already gone through the trouble and maintains a github mirror of Parrot at http://github.com/leto/parrot/tree/upstream .  
     9-r is for the revision to start taking history from.  If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it. 
     10 
     11This takes a clone of the repository at that revision; to update it to head, you now need: 
     12 
     13{{{ 
     14    git svn rebase 
     15}}} 
     16 
     17Which is very similar to {{{svn up}}}. 
     18 
     19Because importing all of history is *very* time consuming, DukeLeto has already gone through the trouble and maintains a github mirror of Parrot at http://github.com/leto/parrot/tree/upstream .  
    1020{{{ 
    1121    git clone git://github.com/leto/parrot.git