Changes between Version 9 and Version 10 of git-svn-tutorial

Show
Ignore:
Timestamp:
08/07/09 18:20:08 (12 years ago)
Author:
moritz
Comment:

mentioned a tar archive including all branches + svn meta data; git svn create-ignore

Legend:

Unmodified
Added
Removed
Modified
  • git-svn-tutorial

    v9 v10  
    1313}}} 
    1414 
    15 You can also download a zip file of the latest Parrot github mirror at http://github.com/leto/parrot/zipball/upstream . 
     15This will create a directory in the current directory named 'parrot'.  If you want to specify the directory to create, pass one more argument. 
    1616 
    17 This will create a directory in the current directory named 'parrot'.  If you want to specify the directory to create, pass one more argument. 
     17 
     18You can also download a tar archive containing the complete history and all branches as well as svn meta data from http://moritz.faui2k3.org/files/parrot-all-git-svn.tar.gz (recommended; prepared by Tene, polished by moritz). 
    1819 
    1920Now, start working on patches.  The simplest way to work, without local branches, is: 
     
    99100Other developers may access your local branches, but in order to do so, they would need to be able to access your git repository. 
    100101 
     102== Ignoring generated files == 
     103 
     104Svn stores ignores as meta  data, git in .gitignore files. You can generate the .gitignore files automatically by running 
     105 
     106{{{ 
     107    git svn create-ignore 
     108}}} 
     109 
    101110= Questions = 
    102111