Added .git / config branches to sgn branches.
[svn-remote "svnb02"]
url = https: // svn / repos / Project / branches / b02
fetch =: refs / remotes / git-svn-b02
[svn-remote "svnb03"]
url = https: // svn / repos / Project / branches / b03
fetch =: refs / remotes / git-svn-b03
But only "svnb03" can be extracted using the following command:
git svn fetch -R svnb03 -r HEAD
For "svnb02" below, the command will return calmly without extracting anything.
git svn fetch -R svnb02 -r HEAD
Any sent will be welcome.
source
share