Github svn interface

Posted by Fabio on Stack Overflow See other posts from Stack Overflow or by Fabio
Published on 2011-02-09T23:24:27Z Indexed on 2011/02/09 23:25 UTC
Read the original article Hit count: 226

Filed under:
|

I recently moved a project on github and I still use this library in some svn projects as external. However I can't get github svn interface working at this time. If I run

svn list http://svn.github.com/fabn/zle.git

I obtain this error

svn: Server sent unexpected return value (500 Internal Server Error) in response to PROPFIND request for '/fabn/zle.git/!svn/bc/0'

If I run the same command using a fork of my project the list (and also the checkout) goes fine and i obtain what I need (this is the command svn list http://svn.github.com/JellyBelly/zle.git)

Is there anything I can do to resolve this issue or it's a github problem?

© Stack Overflow or respective owner

Related posts about svn

Related posts about github