【发布时间】:2016-07-16 07:37:17
【问题描述】:
我按照here 的步骤转储并加载了一个 SVN 存储库。我现在有一个名为“newrepo”的存储库,我想检查一下。因此,我执行“svnserve -d”,然后执行“svn checkout file:///newrepo newcheckout”,我收到以下错误:
$ svn checkout file:///newrepo newcheckout
svn: E170013: Unable to connect to a repository at URL 'file:///newrepo'
svn: E180001: Unable to open repository 'file:///newrepo'
(这是在 Windows 10 中的 Cygwin 中;存储库是来自 Windows 7 上的 VisualSVN 服务器的转储。)
我可能错过了 newrepo 之后的一些路径,但是自从我使用旧存储库以来已经有一段时间了。我可以用“snvlook tree”或类似的东西找到它吗?假设我得到了路径,我还需要执行哪些其他步骤?
任何帮助将不胜感激!最终,我想将存储库迁移到 GitHub。
【问题讨论】:
-
网址错误。 file:/// 不是用于 svnserve 的方案。