[BUG] file scheduled for deletion is restored by update (1.5.x)
From: Alexander Kitaev <Alexander.Kitaev_at_svnkit.com>
Date: Wed, 02 Jul 2008 16:14:59 +0200
Hello,
Please find script that reproduces the problem attached.
-- Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library!
#!/bin/sh
# The next line is the only line you should need to adjust.
SVN=${SVNDIR}/svn
URL=file:///`pwd`/repos
rm -rf repos wc import-me
${SVNADMIN} create repos
echo "### Making a Greek Tree for import..."
(cd import-me; ${SVN} import -q -m "Initial import." ${URL})
${SVN} co ${URL} wc
${SVN} del wc/dir/file.txt
${SVN} up -r2 wc
echo "### Directory should be empty:"
echo "### Status output:"
---------------------------------------------------------------------
|
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.