[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 19:25:37 +0200

Hello David,

On Thursday 01 May 2008 David Glasser wrote:
> Can you provide a a complete test case? Maybe a short program that
> demonstrates this?
I had hoped that someone knows how to trigger a verbose svn_ra_do_status()
from the existing svn binary ...
I have a testcase for FSVS - but it's on the notebook, and not currently
checked in.

I'll take a look and see what I can cook up ... but that'll take a while,
maybe someone beats me to it - with a verbose "svn build" or something like
that? I got as far as that:

        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

Now this shows changes to be done, but not which ...
        svn up -r1
        svn st -u

        svn pd a file
        svn ci -m2

        svn up -r1

And now we have the case that there's the state that the current wc has a
property set, but an update would remove it.
Only "svn st -u -v" shows not enough - just that "file" would be changed.

Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
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 19:25:52 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.