I have a file a.c in the branch branch_1 with below versions.
Previous version: 10
Next version : 20
Current version :25
My working copy is branch_2
I want to merge the difference between versions 20 and 10 in branch_1 to working copy only for a.c file.
How can I do it?
Pure SVN-way
Use 2-URL-merge and PEG-revisionsBottom example “merge changes to a single file”