[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Issue 2101 not fully resolved

From: Stefano Spinucci <virgo977virgo_at_yahoo.it>
Date: 2005-05-14 13:20:08 CEST

Hi,
I'm Stefano Spinucci, and the issue 2101 was opened
after a message I sent on @dev list
(http://svn.haxx.se/dev/archive-2004-10/1018.shtml).

Months passed, the issue was marked as resolved, I
upgraded today svn to 1.1.4 (on windows 2000), I
messed a bit with my repo and i discovered that... the
issue was not (completely) resolved.

To let the error show, simply add two lines to the
reproduction recipe (taken from the issue 2101):

svnadmin create repo
svn co file://`pwd`/repo wc
svn mkdir wc/foo
touch wc/foo/bar
svn add wc/foo/bar
svn ci -m "" wc
svn rm wc/foo/bar
svn ci -m "" wc
svn cp wc/foo wc/foo2
svn ci -m "" wc

** added actions (on windows 2000) **
del wc/foo2
svn up

And only now the deleted file (bar) 'll reappear in
foo2.

PS
I forced the deletion of foo2 because in the wc 'foo2'
was empty, but browsing the repo on the web 'foo2'
contained already 'bar'.

bye

---
Stefano Spinucci
Italy
		
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 14 18:24:04 2005

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.