After I created the branch in SVN, this is how I added that branch for git-svn to use ("scm/sfgit" is the top level directory for the git repo):
- cd ~/prj/tinytic/scm/sfgit
- git config --add svn-remote.generic-linux.url https://ftnapps.svn.sourceforge.net/svnroot/ftnapps/tinytic/branches/generic-linux/
- git config --add svn-remote.generic-linux.fetch :refs/remotes/generic-linux
- git svn fetch generic-linux
- git checkout -b svn/generic-linux -t generic-linux
- git svn rebase generic-linux
No comments:
Post a Comment