Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

subclipse override and commit?

using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file?

i seem to remember there being an 'override and commit' option in older versions, or maybe that was another version control product...

cheers.

like image 981
pstanton Avatar asked Nov 20 '09 06:11

pstanton


2 Answers

This looks like ticket 761, which means that feature may not be available anytime soon, I am afraid.
The "Mark as Merged" is still the way to override changes.

like image 183
VonC Avatar answered Nov 05 '22 20:11

VonC


using subclipse: in history view: mark all versions you want to get rid of (use ctrl to add select) then right click and revert

then commit and you should have a new version without the unwanted versions

like image 33
stack_lover Avatar answered Nov 05 '22 22:11

stack_lover