“cvs update”和“cvs update”有什么区别?和“cvs -n update”?
“cvs update”和“cvs -n update”有什么区别?
我无法理解它们之间的区别。
What is the difference between "cvs update" and "cvs -n update"?
I couldn't understand the difference between them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
区别在于,
执行实际更新,而
模拟更新并且不会更改磁盘上的任何内容。如果您进行了实际更新,它只会显示哪些文件将被更新。
引用CVS文档(针对1.12.13版本):
The difference is that
does an actual update, while
simulates an update and won't change anything on disk. It will only show which files would be updated if you did an actual update.
Quoting the CVS documentation (for version 1.12.13):
“-n:不运行任何标记程序。(可以指定程序在模块数据库中运行(请参阅模块文件部分);此选项绕过它)。”
http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_16.html#SEC117
"-n: Do not run any tag program. (A program can be specified to run in the modules database (see section The modules file); this option bypasses it). "
http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_16.html#SEC117