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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -