Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subclipse how to overwrite changed files

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!

like image 487
Nate Glenn Avatar asked May 13 '11 03:05

Nate Glenn


1 Answers

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

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

like image 60
Adeel Ansari Avatar answered Sep 24 '22 16:09

Adeel Ansari