如何在 Cygwin 中使用 svn 命令
如何在 Cygwin 中使用 svn export 、 svn checkout 等命令?
我需要安装任何其他功能吗?我使用的是2.738版本。
例如,我希望能够运行
svn export http://svn/trunk/Test/code /TESTEXPORT
How can I use svn export
, svn checkout
etc commands in Cygwin?
Do I need to install any other feature? I am using version 2.738.
For example, I'd like to be able to run
svn export http://svn/trunk/Test/code /TESTEXPORT
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你知道。检查 cygwin setup.exe 中的软件包列表,然后选择所有类似 svn 的软件包,然后安装它们。对于更新、提交、显示历史记录等典型用法来说,它几乎是完美的。
更新
(不是为了窃取功劳,而是显然是一个重要的补充)
还应该安装包“subversion”。
Yes, you do. Check the packagelist in the cygwin setup.exe, and pick all the svn-like packages then install them. For typical usage such as update, commit, show history it's almost perfect.
UPDATE
(not to steal credit but apparently an important addition)
The package "subversion" should be installed as well.