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

Re: Not getting property-deletion notification on

From: Philipp Marek <philipp_at_marek.priv.at>
Date: Thu, 1 May 2008 20:35:05 +0200

        svnadmin create /tmp/werh
        svn co file:///tmp/werh/ xxx
        cd xxx
        touch file
        svn add file
        svn ci -m0
        svn ps a b file
        svn ci -m1
        svn pd a file
        svn ci -m2
        svn up -r1

Now an update would remove the property.

I try to reproduce that problem using the attached script, but don't get
it ... That seems to work.

I'll reflect a bit about that ... any hints welcome.
But it seems to be a problem in FSVS only, at least currently.

Sorry for the noise.

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-05-01 20:35:19 CEST

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.