我按照此处的步骤转储和加载 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。