Subclipse how to overwrite changed files
Asked Answered
S

1

7

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!

Susysuter answered 13/5, 2011 at 3:22 Comment(0)
C
14

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

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

Conjugated answered 13/5, 2011 at 3:26 Comment(1)
Perfect! Thanks. That's right-click file, Team-> Synchronize with repository, in Team perspective right-click file, Override and Update.Susysuter

© 2022 - 2024 — McMap. All rights reserved.