git svn - git-svn: branch renamed in svn repository, how do I tell git-svn? -
I'm using git-svn to track svn repository with multiple branches One of them working has been changed to the SVN repository. Git-svn does not understand what has happened. How can I tell git-svn?
To make a correct branch of your .git / your SVN URL file
[svn-remote "svn"] url = https: //my.repo/svn/MyProj/newbranch/
Comments
Post a Comment