Re: nested copies broken on trunk
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 28 Jan 2010 18:12:57 +0000
Philip Martin <philip.martin_at_wandisco.com> writes:
> workqueue.c:run_deletion_postcommit calls svn_wc__db_scan_base_repos
copy_tests.py 8 tests this and it passes. It turns out that it
svnadmin create repo
At this stage neither A2/f nor A2/B/f have a base node:
echo "select * from base_node;" | sqlite3 wc/A2/.svn/wc.db
After the delete:
svn rm wc/A2/f wc/A2/B/f
A2/f still has no base node, but the delete creates a base node for
echo "select * from base_node;" | sqlite3 wc/A2/B/.svn/wc.db
If I rm just A2/B/f and commit it works, if I rm just A2/f and commit
svn ci -mm wc1/
-- PhilipReceived on 2010-01-28 19:13:36 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.