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 ? 2011/6/14 Brett Porter <[email protected]>: > > On 29/05/2011, at 8:14 AM, [email protected] wrote: > >> Author: olamy >> Date: Sat May 28 22:14:41 2011 >> New Revision: 1128782 >> >> URL: http://svn.apache.org/viewvc?rev=1128782&view=rev >> Log: >> no need of this configuration as it s done in setup and avoid null in >> directory as unit tests use getName for directories >> >> Added: >> archiva/trunk/init-git-svn.sh (with props) > > Accidental commit? > > Also, why not clone from the existing one at Apache (or the github clone?) I > think they retain the svn metadata > > - Brett > > -- > Brett Porter > [email protected] > http://brettporter.wordpress.com/ > http://au.linkedin.com/in/brettporter > > > > > -- Olivier Lamy http://twitter.com/olamy | http://www.linkedin.com/in/olamy
