Update within a deleted tree no longer raises a tree-conflict
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 07 Mar 2013 17:55:08 +0000
A file with a change:
svnadmin create repo
Start with the old, delete an ancestor, update the file:
svn up -r1 wc
With 1.7 the update raises a tree-conflict because the text of a deleted
$ svn1.7 up wc/A/B/f
With trunk the update gives:
$ svn up wc/A/B/f
We have a spurious notification for A/B (it's still at revision 1) and
Is the absence of a tree-conflict the correct behaviour? The user did
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-03-07 18:55:56 CET |
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.