Reputation: 15653
I am using SVN in Eclipse (Subclipse). It is frustrating to spend two hours to figure out (apparently simple task) how to absolutely commit your local files to repository (with no comparisons, no updates, without accepting any incoming change), and still no success. Can stackoverflowers help me out here?
Thanks
EDIT
Every time I try to commit, it first asks me to update. When I update, it automatically merges non-conflicting changes from both sides, that I do not want. Is there anyway to update and commit without merging changes from both sides?
Upvotes: 0
Views: 4353
Reputation: 15653
Here's how I did it:
Upvotes: 2
Reputation: 33318
You need to do the following:
Upvotes: 1