Tortoise SVN diff two trees

Posted by Midhat on Stack Overflow See other posts from Stack Overflow or by Midhat
Published on 2010-03-31T07:17:03Z Indexed on 2010/03/31 7:23 UTC
Read the original article Hit count: 229

Filed under:
|

Hi

Consider the following situation

  1. Code was added to the trunk at revision x
  2. A branch was created
  3. The modifications of rev x were removed from trunk in rev x+10
  4. trunk and branch goes their own ways till rev x+100
  5. Now we need to update the branch with changes form the trunk

The problem with a simple "merge a range of revisions" is that due to step 3, the initial branch modifications are being removed. Is there any way to work around this without resorting to manual merge.

Version Info: TortoiseSVN 1.6.7, Build 18415 - 32 Bit , 2010/01/22 17:55:06 Subversion 1.6.9,

© Stack Overflow or respective owner

Related posts about svn

Related posts about tortoisesvn