copy-properties bug
From: Jan Reichmann <jr_at_skyrix.com>
Date: 2002-09-20 00:07:10 CEST
Hi,
I played a little with svn (r3033) and found a
If you copy a file to in a directory, move/delete it from
Yoy can reproduce this bug with following script:
...
cd $HOME/tmp
svnadmin create $HOME/tmp/myrepos
mkdir Foo
svn import -m xx file:///home/jan41/tmp/myrepos Foo Foo
rm -rf Foo
svn co file:///home/jan41/tmp/myrepos/Foo
cd Foo
svn commit -m xx
cd 13780
svn commit -m xx
echo "foo" > text.txt
svn commit -m xx text.txt
svn propset name "name" text.txt
svn copy text.txt foo -m xx
svn commit foo -m xx
echo "propget original: "
echo "propget copy: "
svn move --force foo/text.txt trash/text.txt
svn commit foo -m xx
svn copy text.txt foo -m xx
svn commit foo -m xx
echo "propget original: "
echo "propget copy: "
...
Bye Jan
-- __________________________________________________________________ Jan Reichmann Email: jan.reichmann@skyrix.com SKYRIX Software AG Tel: +49-391-6623-0 Universitaetsplatz 12 Fax: +49-391-6623-599 39104 Magdeburg, Germany Internet: http://www.skyrix.com __________________________________________________________________ SKYRiX Groupware. We organize teams ! __________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Sep 20 00:08:21 2002 |
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.