Github svn interface
- by Fabio
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?