Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

git-svn fetch fail #98

Closed
gepa21 opened this issue Nov 9, 2013 · 1 comment
Closed

git-svn fetch fail #98

gepa21 opened this issue Nov 9, 2013 · 1 comment

Comments

@gepa21
Copy link

gepa21 commented Nov 9, 2013

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 :

  1. add remote :
    [svn-remote "svn_upstream"]
    url = http://bullet.googlecode.com/svn/trunk
    fetch = :refs/remotes/svn_upstream

  2. 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

@gepa21
Copy link
Author

gepa21 commented Nov 10, 2013

ok, i finally found how to make it work.. it seems i had to do :
[svn-remote "svn"]
url = http://bullet.googlecode.com/svn
fetch = trunk:refs/remotes/trunk

although this is the only repository the previous way didn't work.. but it works with this :)

@gepa21 gepa21 closed this as completed Nov 10, 2013
dscho added a commit to dscho/git that referenced this issue Apr 19, 2015
dscho added a commit to dscho/git that referenced this issue Apr 23, 2015
dscho added a commit to dscho/git that referenced this issue Apr 29, 2015
dscho added a commit to dscho/git that referenced this issue May 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant