jeremy...@corel.com
unread,Feb 16, 2018, 11:09:05 AM2/16/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Is there a way to continue with the current merge after resolving conflicts?
Currently, when merging a revision, SVN halts the merge when it encounters an error (conflict) to resolve it. (The message supplied by SVN is 'resolve all conflicts and rerun the merge to apply the remaining unmerged revisions') However, after resolving the issues in a particular revision, a brand new merge must be performed... very time consuming when performing a large merge from multiple revisions, or when working in an organization where there are hundreds of commits performed daily.
It would be great if instead, SVN could pick up the merge from where it left off before resolving conflicts, the same way it can resume a Commit if the repo needs to be updated when attempting to perform one.