Re: Subversion Issue: 'delete file' not transmitted to server when performing multiple merge-commit
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 13 Jan 2011 19:51:20 +0000
<Neil.Tuffs_at_rwe.com> writes:
> My user reported that an extra file existed in the repository after
A simpler sequence:
rm -rf repo wc file
svn mkdir -mm $url/trunk
svn co $url/trunk wc
The first merge adds a folder containing a file, the second merge
M wc
This is a problem because folder's history is a copy from a revision
M wc
so 1.7 will delete explicitly the file when the merge is committed.
-- PhilipReceived on 2011-01-13 20:52:06 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.