tags:

views:

48

answers:

0

I upgraded git on my mac to 1.7.2. I can no longer get git svn clone or git svn fetch to succeed.

With GIT_TRACE=2, the last words on the subject are:

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 has nothing to say, nothing is checked out. But no error messages, either.

git svn clone -s https://gate.svn.sourceforge.net/svnroot/gate 

In case someone else care to try this.

I suppose I should ask a question: "Anyone know a way around this?"

EDIT

There is a bug here, but it's completely different from what I claimed. I doubt it has anything to do with the git version.

The URL above is not a stdlayout svn url. If you add another /gate to the end, you will be looking at a stdlayout url. The bug is that git svn should be printing a message to the effect that it cannot find trunk, tags, or branches.