I updated git on my mac to 1.7.2. I can no longer get git svn clone or git svn fetch for success.
With GIT_TRACE = 2 last words on the topic:
trace: built-in: git 'config' 'svn-remote.svn.branches-maxRev' '12912' trace: built-in: git 'config' 'svn-remote.svn.tags-maxRev' '12912' trace: built-in: git 'config' 'svn-remote.svn.branches-maxRev' '12912' trace: built-in: git 'config' 'svn-remote.svn.tags-maxRev' '12912' trace: built-in: git 'gc' '--auto'
git branch -a is not allowed to say anything, nothing has been verified. But no error messages.
git svn clone -s https:
If anyone else wants to try this.
I suppose I should ask the question: "Does anyone know about this?"
EDIT
There is a mistake here, but it is completely different from what I claimed. I doubt this has anything to do with the git version.
The URL above is not a stdlayout svn url. If you add another / gate at the end, you will look for the stdlayout url. The error is that git svn should print a message stating that it cannot find the trunk, tags or branches.
git git-svn
bmargulies
source share