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

Re: revprop change notifications (was: svn commit: rev 5289 ...)

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-03-14 06:02:27 CET

cmpilato@collab.net writes:
> No, actually, it doesn't open that question. The repos layer is
> required to clean up that file. How hard is that?

Oh, I think I see -- so the overall idea here is that
pre-revprop-change wouldn't be involved at all; rather, the function
that drives the post-revprop hook would

   1. write the old value to a tmpfile somewhere

   2. invoke the post-revprop hook, passing the tempfile name as an
      argument

   3. clean up the tempfile after the post-revprop change exits

Is that what you have in mind?

> STDIN is also much more limited; please reconsider.

Sure, consider it reconsidered. (How is stdin limited, exactly?)

Actually, some of the change is the same no matter what, so I'll
commit that part while we figure out which way to go.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 14 06:40:12 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.