How to merge code on svn
Posted
by London
on Stack Overflow
See other posts from Stack Overflow
or by London
Published on 2010-06-07T15:29:55Z
Indexed on
2010/06/08
8:32 UTC
Read the original article
Hit count: 240
I'm using subeclipse plugin for eclipse for SVN. My project looks like this :
ProjectName\
- branches
- special_
- tags
- trunk
I have currently checked out project from special_ and I've modified and added one class, how can I merge the code which I updated/added to trunk ? I'll take anything into consideration

© Stack Overflow or respective owner