upgrade_tests 29 XFAIL
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 22 Jan 2013 15:24:02 +0000
This is a regression test for issue 4035
This test is about upgrading a missing replaced directory, i.e
svn rm A/B/E
After the upgrade wc.db contains:
$ sqlite3 svn-test-work/working_copies/upgrade_tests-29/.svn/wc.db "select op_depth, local_relpath, presence, repos_path, revision from nodes where local_relpath like 'A/B%' order by op_depth, local_relpath"
after an update it contains:
0|A/B/E|normal|A/B/E|1
entries-dump asserts when built with SVN_DEBUG because the op-depth=3,
W: Couldn't find node 'E' in expected entries tree
Is the upgrade right or wrong to create the op-depth=3
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-01-22 16:24:43 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.