I have java file under branch_A which is at SVN version 100.
- Modified this file and checked it in. SVN version becomes 101
- 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 ?