2008/10/5 Jeff Kowalczyk [off-list ref]:
I made an ill-advised upgrade to from subversion-1.4.6 to
subversion-1.5.2. While I had subversion-1.5.2 installed, git svn rebase
ended with a 'segmentation fault' error.
Now back at subversion-1.4.6, git repositories with svn remotes updated
during the aforentioned upgrade now give an error:
(master) $ git svn fetch
Bad URL passed to RA layer: Unrecognized URL scheme for 'http://code.djangoproject.com/svn' at /usr/libexec/git-core/git-svn line 1400
(master) $ git svn rebase
Bad URL passed to RA layer: Unrecognized URL scheme for 'http://code.djangoproject.com/svn' at /usr/libexec/git-core/git-svn line 1909
Others which were not updated recently work fine for git svn operations.
How can I repair the affected git repositories?
Thanks.
That somehow looks more like an svn error than a git error, does
svn checkout http://code.djangoproject.com/svn
work?
--
Mikael Magnusson