Re: Support for reverse merges?
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 30 Aug 2011 18:00:28 +0100
Paul Burba <ptburba_at_gmail.com> writes:
> Could you provide some examples of when 'things start to go wrong when
Here's one (shorter recipes are possible):
#!/bin/sh -e
svn=svn ; svnadmin=svnadmin ; svnlook=svnlook ; svnmucc=svnmucc
# Create first branch
# Create second branch from first
# Change on second branch
# Catchup merge first-to-second
# Reintegrate merge second-to-first
# Keep-alive merge first-to-second
# Reverse merge change on second NOT RECORDED
# Reverse merge change on first RECORDED
# Catchup merge CONFLICT
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2011-08-30 19:07:04 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.