This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Description
Trying to fetch Bullet Physics fails with message :
Invalid filesystem path syntax: REPORT request failed on '/svn/!svn/vcc/default'
: Target path '/trunk' does not exist at /usr/lib/perl5/site_perl/Git/SVN/Ra.pm
line 282
But the bullet physics has a trunk :
https://code.google.com/p/bullet/source/browse/
Steps to reproduce :
-
add remote :
[svn-remote "svn_upstream"]
url = http://bullet.googlecode.com/svn/trunk
fetch = :refs/remotes/svn_upstream
-
fetch
$ git svn fetch svn_upstream
Result :
Invalid filesystem path syntax: REPORT request failed on '/svn/!svn/vcc/default'
: Target path '/trunk' does not exist at /usr/lib/perl5/site_perl/Git/SVN/Ra.pm
line 282