On 14/06/2011, at 6:04 PM, Olivier Lamy wrote: > Hello, > Not really accidental, it's just a "shortcut" for people who wants to > try git svn. > As I have to play this script a lot : I had some issues with git svn > with cygwin arghhhh :-), I have added the script to setup the clone > from github or git.a.o > > Just do : > git clone git://github.com/apache/archiva.git; cd archiva ; ./init-git-svn.sh > > And you have everything ready for hacking. > > The script contains "only" : > > cd .git;wget http://git.apache.org/authors.txt; cd .. > git config svn.authorsfile ".git/authors.txt" > git svn init --prefix=origin/ --tags=tags --trunk=trunk > --branches=branches https://svn.apache.org/repos/asf/archiva > git svn rebase > > see http://wiki.apache.org/general/GitAtApache > > You prefer I remove it ?
Sorry, I was sure that that was included in the original clone from those repos - I must have added it and forgotten I did :) That's fine... though maybe it could go on the wiki or dev docs instead? It's just a bit more likely to bitrot in svn, or need to be copied for windows, etc. :) - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter
