我在互联网上找到了一个有趣的开源库,我想下载它。他们网站上的说明是:
You can download the source code from our subversion repository, at:
https://svn.oursvnurl
我可以点击上面的链接,浏览网页浏览器中的代码。然后我试着查看回购并获得以下内容:
svn co https://svn.oursvnurl
Authentication realm: <https://svn.oursvnurl:443> SVN at blah lab
Password for 'sarkar':
我显然没有。然后我尝试切换到http并找到:
svn co http://svn.oursvnurl
svn: E175011: Unable to connect to a repository at URL 'http://ssvn.oursvnurl'
svn: E175011: Repository moved temporarily to 'https://svn.oursvnurl'; please relocate
有没有得到回购?我不想承诺;只是一个只读副本对我来说没问题。
答案 0 :(得分:2)
有一些名为svn export
的东西用于获取回购,而没有任何打算贡献原始副本(这是svn checkout的或多或少的只读版本)。我成功下载了svn repo:
svn export https://svn.oursvnurl