Subheading how to overwrite modified files

In the subtitle (svn plugin on Eclipse), how do I update my code so that it matches the repository, as if I used the -force command-line option? I need to overwrite everything, even changed things. Team-> Update adds notes about file inconsistencies, breaking code. Thanks!

+7
source share
1 answer

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

TeamSynchronize with repository , then in Team Synchronizing select Override and Update

+14
source

All Articles