Skip to content
dalewking edited this page Apr 16, 2011 · 2 revisions

Git does not copy the SVN metadata on clones and pushes. So to pull in the latest code from the subversion repository you would do something like this after cloning:

git update-ref HEAD refs/remotes/git-svn
git svn init svn://svn.orgis.org/mpg123/trunk/src/libmpg123
git svn fetch
git svn rebase
Clone this wiki locally