AROS m68k-amiga: Difference between revisions

From www.evillabs.net
Jump to navigation Jump to search
(Created page with ' [code] Hello [/code]')
 
No edit summary
Line 1: Line 1:
= Make a really fast clone of all or AROS, ''and'' be able to git svn dcommit =


[code]
* git clone git://repo.or.cz/AROS.git
Hello
** About 10-15 minutes on a slow link
[/code]
* git svn init --username=yournamehere https://svn.aros.org/svn/aros/trunk/AROS
* git update-ref refs/remotes/git-svn origin/master
* git svn fetch
** This should take under 60 seconds

Revision as of 16:20, 13 October 2010

Make a really fast clone of all or AROS, and be able to git svn dcommit