开发者

Subclipse how to overwrite changed files

开发者 https://www.devze.com 2023-03-05 08:18 出处:网络
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 cha

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!


Try synchronising first, and then use override-and-update.

Team -> Synchronize with repository, then in Team Synchronizing perspective choose, Override and Update

0

精彩评论

暂无评论...
验证码 换一张
取 消