1
votes

I have java file under branch_A which is at SVN version 100.

  1. Modified this file and checked it in. SVN version becomes 101
  2. Now i modified the file again . Version becomes 102.

Now i need to merge the only SVN revision 102 not revision 101 to another branch. If i merge it through tortoise SVN or subclipse, How can i merge the changes under specific revision only not the previous revision i.e. 101 ?

Is it possible though SVN merge or i need to do it manually ?

1

1 Answers

0
votes

It seems to me that you want to run a cherrypick merge. Read TortoiseSVN Manual | Merging for the instructions specific to TSVN client.