You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Z W <mp...@gmail.com> on 2013/08/31 20:08:58 UTC

reapply svn merge without undo - quick question

Hi All

We use svn 1.6
We have a list of revision numbers listed in mergeinfo property.
Over the months, different folks perform svn merge such that there's a svn
commit failing but mergeinfo is still updated with that revision number on
mergeinfo property?
We don't know which revision number first failed the svn commit and yet
with updated mergeinfo.

We like to reapply all the revision numbers in the mergeinfo property.
What is the best way to guarantee all the revision numbers are merged
successfully from our trunk to a feature branch.

Can we simply issue command "svn merge" again on all those revision numbers
in mergeinfo ?

Thanks