I created a project on github for mirroring my project on Google Code. I am new to git, so maybe there is a better way to do this.
First clone the Subversion repository and push to the Git:
First clone the Subversion repository and push to the Git:
git svn clone https://foo.googlecode.com/svn/ git-fooAfter committing in the Subversion repository, run
cd git-foo
git remote add git-foo git@github.com:username/foo.git
git push git-foo master
cd /path/to/git-foo
git svn fetch
git svn rebase
git push git-foo master
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.