What is the proper way to do a Subversion merge in Eclipse?
Posted
by awied
on Stack Overflow
See other posts from Stack Overflow
or by awied
Published on 2008-09-19T00:57:48Z
Indexed on
2010/05/02
1:57 UTC
Read the original article
Hit count: 255
I'm pretty used to how to do CVS merges in Eclipse, and I'm otherwise happy with the way that both Subclipse and Subversive work with the SVN repository, but I'm not quite sure how to do merges properly.
When I do a merge, it seems to want to stick the merged files in a seperate directory in my project rather than overwriting the old files that are to be replaced in the merge, as I am used to in CVS.
The question is not particular to either Subclipse or Subversive.
Thanks for the help!
© Stack Overflow or respective owner