Changes between Version 20 and Version 21 of git-svn-tutorial

Show
Ignore:
Timestamp:
06/14/11 17:14:22 (11 years ago)
Author:
petdance
Comment:

Add the :HEAD to the revision so that you checkout the entire history, not just one revision.

Legend:

Unmodified
Added
Removed
Modified
  • git-svn-tutorial

    v20 v21  
    44 
    55{{{ 
    6     git svn clone -s -r 40000 https://svn.parrot.org/parrot # choose some recent-ish commit 
     6    git svn clone -s -r 40000:HEAD https://svn.parrot.org/parrot # choose some recent-ish commit 
    77}}} 
    88