AROS m68k-amiga: Difference between revisions

From www.evillabs.net
Jump to navigation Jump to search
Line 20: Line 20:
* git svn init --username=yournamehere https://svn.aros.org/svn/aros/trunk/contrib
* git svn init --username=yournamehere https://svn.aros.org/svn/aros/trunk/contrib
* git update-ref refs/remotes/git-svn origin/master
* git update-ref refs/remotes/git-svn origin/master
* git svn fetch (takes a while)
* git svn fetch (under a minute or so)
* git checkout -b master-svn refs/remotes/git-svn
* git checkout -b master-svn refs/remotes/git-svn

Revision as of 11:49, 17 October 2010

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

AROS.git

AROS-Contrib.git