Is there any way to merge a specific set of extesnion using merge command between two branches
eg:- i want to merge only “.jsp” extension or any extension of my choice
svn merge https://www.test.com/branches/a1/*.jsp https://www.test.com/branches/a2/*.jsp
If you have a local copy, then you can write a shell command with a
forloop to issue a separatesvn mergefor each file, something like