[SVN-4677] svn up fails after a file is replaced by a directory
From: Orivej Desh <orivej_at_gmx.fr>
Date: Thu, 6 Apr 2017 04:10:19 +0000
I filed a bug at https://issues.apache.org/jira/browse/SVN-4677
* * *
svn up fails after a file is added, moved, deleted, replaced by a
This bug was introduced in r1586953 [1], is present in all releases
rm -rf repo repo1 repo2
svnadmin create repo
cd repo1
echo fa > a/fa
svn mv a b
svn rm b/fa
mkdir b/fa/
svn rm b/fa/fb
cd ..
svn up fails with
Updating '.':
Additionally, when reporting `Failure opening '/b/fa/fb'`, it would
[1] http://svn.apache.org/viewvc?view=revision&revision=1586953
|
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.