You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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