Open
Description
Accessing the GITHUB repo via SVN does not work
For reasons out of my control I need to access Github repost via SVN instead of GIT. Please be patient with me. :-)
But: When trying to checkout the repo on Windows via:
svn.exe co https://github.com/danielaparker/jsoncons.git/trunk
...one receives these errors:
svn: E175002: Unexpected HTTP status 504 'Gateway Timeout' on '/danielaparker/jsoncons.git/!svn/bc/25631'
svn: E175002: Unexpected HTTP status 504 'Gateway Timeout' on '/danielaparker/jsoncons.git/trunk'
With several other repos I tried to cross-check its working just fine. So I assume its not a network issue nor a SVN tool incompatibility.
Any chance to look into?