Subclipse如何覆盖更改的文件
在 subclipse(Eclipse 上的 svn 插件)中,如何更新我的代码以匹配存储库,就像我使用了 --force 命令行选项一样?我需要覆盖所有内容,甚至是已更改的内容。团队->更新添加有关文件中不匹配的注释,从而破坏了代码。谢谢!
In subclipse (the svn plugin on Eclipse) how do I update my code to match the repository as if I had used the --force command line option? I need to overwrite everything, even the changed stuff. Team->Update adds notes about mismatches in files, breaking the code. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先尝试同步,然后使用
override-and-update
。团队
->与存储库同步
,然后在团队同步
视角中选择覆盖和更新
Try synchronising first, and then use
override-and-update
.Team
->Synchronize with repository
, then inTeam Synchronizing
perspective choose,Override and Update