CoderJammer
CoderJammer

Reputation: 715

Subclipse 4.3.0, Eclipse Oxygen repository conflict solving

as I said I'm using Eclipse Oxygen with Subclipse 4.3.0 plugin and I fall in a little problem but, I prefer to ask rather than try casually. The situation is this:

I want to replace those files with mine (local version). How can I do this?

Thanks a lot

Upvotes: 0

Views: 145

Answers (1)

CoderJammer
CoderJammer

Reputation: 715

I have solved by overwriting my file with the one in repository -> than I apply my changes again -> commit.

This is an overkill.. I haven't used svn for a long time (company switched to Git) I remember a wonderful way to solve conflict:

Opening conflicted file in a comparator view (doubled view, local and repository). From here I was able to bring code from repository-file to local and viceversa. When the square on the top of window became green -> mark as merged.

This is the plugin I want!! I can't believe subclipse doesn't do this!! they go back instead of forward??

Thanks

Upvotes: 0

Related Questions