Windows 上的 svn 结帐

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1583435/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 13:18:16  来源:igfitidea点击:

svn checkout on windows

windowssvntortoisesvn

提问by RinKaMan

I have installed svn console client from these binaries - http://subversion.tigris.org/getting.html#windows- 1.5.6, 1.6.4, 1.6.5. But no release seems to work. Just it can't checkout from any repo (code.gjangoproject.com; code.google.com):

我已经从这些二进制文件安装了 svn 控制台客户端 - http://subversion.tigris.org/getting.html#windows- 1.5.6、1.6.4、1.6.5。但似乎没有任何发行版。只是它不能从任何 repo (code.gjangoproject.com; code.google.com) 结帐:

svn couldn't connect to server.

svn 无法连接到服务器。

There is a bug on debian - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531338with the same description.

debian 上有一个错误 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531338具有相同的描述。

How to solve this bug on windows?

如何解决 Windows 上的此错误?

Platform: windows-xp-sp3. SVN-client: 1.5.6, 1.6.4, 1.6.5

平台:windows-xp-sp3。SVN 客户端:1.5.6、1.6.4、1.6.5

UPDATE:I don't want to host the svn server on WinXP, my aim is to be able to checkout from svn servers.

更新:我不想在 WinXP 上托管 svn 服务器,我的目标是能够从 svn 服务器结帐。

UPDATE2:Just installed tortoiseSVN and found the old proxy setting. Seems tortoiseSVN saves its settings to registry and doesn't remove them after deinstallation.

UPDATE2:刚刚安装了 tortoiseSVN 并找到了旧的代理设置。似乎 tortoiseSVN 将其设置保存到注册表中,并且在卸载后不会删除它们。

回答by NewbiZ

What about using an other SVN client ? Head to http://tortoisesvn.tigris.org/

使用其他 SVN 客户端怎么样?前往http://tortoisesvn.tigris.org/

回答by gbarry

If you really can't connect to the server, then even the svn listcommand won't work. In that case I'd try one more tactic. From your command line, try telnet <yoursvnserver> 3690. If you get an error with that, it just might be more descriptive than "can't connect".

如果你真的无法连接到服务器,那么即使是svn list命令也不起作用。在那种情况下,我会尝试另一种策略。从您的命令行,尝试telnet <yoursvnserver> 3690. 如果您遇到错误,它可能比“无法连接”更具描述性。

回答by Troy Hunt

Make life really, really easy on yourself and just install Visual SVN Server. Fastest, easiest, free-est way of getting SVN running on Windows.

让自己的生活变得非常非常轻松,只需安装Visual SVN Server。在 Windows 上运行 SVN 的最快、最简单、最免费的方法。