无法使用 TortoiseSVN 签出源
有一个项目存储库 http://svn.gna.org/viewcvs/pokersource/trunk/poker-评估/ 但我无法用我的 TortoiseSVN 查看它。 错误是
存储库永久移至“/viewcvs/pokersource/trunk/poker-eval/”;
有什么问题吗?有人可以帮我解决这个问题吗?
There is a project repository
http://svn.gna.org/viewcvs/pokersource/trunk/poker-eval/
but I can't checkout it with my TortoiseSVN.
The error is
Repository moved permanently to '/viewcvs/pokersource/trunk/poker-eval/';
What's wrong with it? Could anybody help me with this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您提供的 URL 仅用于与网络浏览器进行人机交互,不适用于 SVN 客户端工具。 SVN 存储库 URL 为 http://svn.gna.org/svn/pokersource/trunk(参见 gna.org 项目页面)!
The URL you provided is only intended for human interaction with a webbrowser, not for SVN client tools. The SVN repository URL is http://svn.gna.org/svn/pokersource/trunk (see gna.org project page)!
您指向的链接 (http://svn.gna.org/viewcvs /pokersource/trunk/poker-eval/) 似乎根本不是存储库 URL。它似乎是一个 ViewCVS URL。
ViewCVS 是一个允许您浏览存储库及其历史记录的服务器,但实际上不一定像 SVN 服务器一样运行,以便 TortoiseSVN 能够与之通信。
The link you are pointing to (http://svn.gna.org/viewcvs/pokersource/trunk/poker-eval/) does not seem to be a repository URL at all. It seems to be a ViewCVS URL.
ViewCVS is a server that allows you to browse a repository and its history, but does not actually necessarily function like an SVN server, for TortoiseSVN to be able to communicate with.
您将采取哪些步骤来执行结帐?您知道谁最初设置了存储库吗?
如果存储库 url 指定不正确,很多 svn 客户端都会出现此错误(如 问题)。
What steps are you taking to perform the checkout? Do you know who setup the repository initially?
A lot of svn clients will give this error if the repository url is incorrectly specified (as indicated by this question).