【问题标题】:Checkout boost from github using SVN使用 SVN 从 github 结帐提升
【发布时间】:2016-09-10 13:43:08
【问题描述】:

每当我尝试使用 SVN 从 github 签出 boost 时,我都会收到以下错误:

有什么想法吗?

【问题讨论】:

    标签: svn github boost


    【解决方案1】:

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

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

    >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
    

    虽然它适用于(至少某些)其他存储库:

    对于带有 HTTPS-URL 的存储库https://github.com/s9y/Serendipity.git

    >svn ls https://github.com/s9y/Serendipity
    branches/
    tags/
    trunk/
    

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

    【讨论】:

      【解决方案2】:

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

      现在可以再次使用 boost repo

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2023-03-10
        • 2012-06-01
        • 1970-01-01
        • 1970-01-01
        • 2020-09-10
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多