使用 CVS 递归更新 Eclipse!
我正在尝试使用 CVS 在 Eclipse 中对我的项目运行更新。
选择时:
Team -> Update
它执行以下命令:
cvs update -l -d -P "/xxx/www" "/xxx/www"
我希望递归更新,因此应删除 -l 选项。问题是,我不知道怎么办。我正在使用 extssh,并且无法在以下位置设置任何选项:
Team -> CVS -> Ext Connection Method
Where do I remove the -l option?
I'm trying to run an update on my project in Eclipse with CVS.
When choosing:
Team -> Update
it executes the following command:
cvs update -l -d -P "/xxx/www" "/xxx/www"
I want the update to be recursively, so the -l option should be removed. The problem is, I don't know how. I'm using extssh and it's not possible to set any options in:
Team -> CVS -> Ext Connection Method
Where do I remove the -l option?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论