适用于 Windows Vista 64 位的命令行颠覆客户端
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/989711/
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
Command line subversion client for Windows Vista 64bits
提问by Daniel C. Sobral
Does anyone recommend any particular command line SVN client for Windows. Being 64 bits would be a bonus.
有没有人为 Windows 推荐任何特定的命令行 SVN 客户端。64 位将是一个奖励。
I do have TortoiseSVN, but it doesn't come with command line, which is required for my build scripts. I searched the subversion site and found not one, but four different options. Therefore, my question.
我确实有 TortoiseSVN,但它没有附带命令行,这是我的构建脚本所必需的。我搜索了 subversion 站点,发现不是一个,而是四个不同的选项。因此,我的问题。
回答by Matthew Flaschen
回答by William Leara
They aren't 64-bit, but the official Collabnet binaries work fine in 64-bit Windows: http://www.collab.net/downloads/subversion/
它们不是 64 位的,但官方 Collabnet 二进制文件在 64 位 Windows 中运行良好:http: //www.collab.net/downloads/subversion/
回答by Eldorado
Again its not 64-bit but this is a good open source client http://sourceforge.net/projects/win32svn/
同样它不是 64 位,但这是一个很好的开源客户端http://sourceforge.net/projects/win32svn/
回答by ixi
Run again the installer for TortoiseSVN. Select "Modify", then you can select to install also the otherwise optional Command Line Tools.
再次运行 TortoiseSVN 的安装程序。选择“修改”,然后您可以选择安装其他可选的命令行工具。
回答by MikeRoger
Beware compatibility among versions. if you cmd line commit, you can cause yourself unexpected problems for say, Hudson/Jenkins automated builds if the svn versions are not compatible. See e.g. Jenkins: invalid version of SVN working copySome might think it ironic, that a versioning system has backwards compatibility issues that can bite you :)
注意版本之间的兼容性。如果您使用 cmd 行提交,则可能会导致您自己出现意外问题,例如,如果 svn 版本不兼容,Hudson/Jenkins 会自动构建。参见例如詹金斯:SVN 工作副本的无效版本有些人可能认为具有讽刺意味的是,版本控制系统具有向后兼容性问题,可能会咬你:)