获取 svn 存储库的只读副本

Getting a read-only copy of an svn repository

我在 Internet 上发现了一个有趣的开源库,我想下载它。他们网站上的说明是:

You can download the source code from our subversion repository, at: https://svn.oursvnurl

我可以点击上面的link,在网络浏览器中浏览代码。然后我尝试查看回购并获得以下内容:

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

有没有办法获取repo?我不想承诺;只读副本对我来说就可以了。

有一种叫做 svn export 的东西可以获取 repo 而无需对原始副本做出任何贡献(这或多或少是 svn checkout 的只读版本)。我通过以下方式成功下载了 svn 存储库:

svn export https://svn.oursvnurl