使用SVN从github获取checkout

时间:2016-05-14 10:39:11

标签: svn github boost

每当我尝试使用SVN从github检出boost时,我都会收到以下错误: enter image description here enter image description here

有什么想法吗?

2 个答案:

答案 0 :(得分:0)

使用SVN访问基于GitHub的Git-repos存储库的URL不必尾随.git部分必须使用:SVN无法直接读取Git repos,GitHub的门提供SVN接口客户使用特殊的附加URL。

但是(它可能是存储库所有者或GitHub故障的设置),对/ boostorg / boost repo的SVN访问被破坏

>svn ls https://github.com/boostorg/boost
svn: E175002: Unable to connect to a repository at URL 'https://github.com/boostorg/boost'
svn: E175002: Unexpected HTTP status 500 'Internal Server Error' on '/boostorg/boost'

svn: E175002: Additional errors:
svn: E175002: OPTIONS request on '/boostorg/boost' failed: 500 Internal Server Error

对于(至少某些)其他存储库,它可以工作:

for HTTPS-URL https://github.com/s9y/Serendipity.git

的存储库
>svn ls https://github.com/s9y/Serendipity
branches/
tags/
trunk/

(再次注意,SVN客户端的URL)

答案 1 :(得分:0)

我参加了github支持票。他们解决了这个问题。现在,使用网址https://github.com/boostorg/boost.git

可以再次使用提升仓库