如何在 windows xp 上使用 svn 命令行?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4123313/
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 15:34:45  来源:igfitidea点击:

How to use svn command line on windows xp?

windowssvncommand-linetortoisesvn

提问by Riz

I am using TortoiseSVN on Windows XP. I use GUI for operations like svn commitand svn update.

我在 Windows XP 上使用 TortoiseSVN。我使用 GUI 进行诸如svn commit和 之类的操作svn update

How can I start command line for SVN operations ?

如何为 SVN 操作启动命令行?

采纳答案by Pekka

You need to get the svn command line binaries from here. Tortoise doesn't offer a stand-alone svn.exe, I figure it has the libraries embedded in a DLL.

您需要从此处获取 svn 命令行二进制文件。Tortoise 不提供独立的svn.exe,我认为它具有嵌入在 DLL 中的库。

回答by bahrep

Apache Subversion command-line tools (e.g. svn.exe) are now available as a part of the TortoiseSVNinstaller. You can choose whether to install them or not on the third page of TortoiseSVN installer.

Apache Subversion 命令行工具(例如svn.exe)现在可以作为TortoiseSVN安装程序的一部分使用。您可以在 TortoiseSVN 安装程序的第三页选择是否安装它们。