bad error message if commiting copied child of copied node
From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 29 Jul 2011 01:28:41 +0200
When I try to commit a copied child of a copied node, I get an
svn: E200009: '/tmp/svn-sandbox/trunk/epsilon2' is not under version
Script below. This reproduces with trunk and 1.7.x.
I understand why the error is happening. It's not valid to try to
But "not under version control" is definitely not the right wording.
[[[
set -e
cwd=`pwd`
set -x
rm -rf $scratch_area
mkdir -p $trunk
svnadmin create $cwd/$repos
svn mv $trunk/epsilon $trunk/epsilon2
|
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.