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

Re: svn commit: rev 5289 - in trunk/subversion: libsvn_client libsvn_fs libsvn_ra libsvn_ra_dav libsvn_repos libsvn_subr libsvn_wc svnserve tests/libsvn_fs

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-13 16:55:02 CET

Branko Čibej <brane@xbc.nu> writes:

> >Where exactly would it get the old value of the prop from? :-)
> >
> >
> The node's predecessor in the repo?

We're talking about unversioned rev props, svn:log in particular.
Once it's changed, the old prop is gone forever.

So a pre-revprop-change hook script could dump the old value to a
tmpfile, and the post-revprop-change hook script could fetch it and
compare it to the new value. That's about the best we can do.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 14:56:41 2003

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.