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

revprop-change hooks and set vs. delete

From: John Belmonte <john_at_neggie.net>
Date: 2004-12-27 16:25:06 CET

Perhaps both revprop hooks should take an additional flag argument
indicating whether the change was a deletion?

If I want to use the revprop hooks to log unversioned property changes,
it seems important to distinguish between deleting a property and
setting it to a null string.

I guess a property's new status can be obverved from
post-revprop-change. However, I don't think there is any way to
guarantee that another process hasn't modified the same property since
the revprop change in question. In any case, this doesn't help if you
need the info at pre-revprop-change time.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 27 16:26:53 2004

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.