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

Re: signal handling

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-08-20 20:59:59 CEST

On Tue, Aug 20, 2002 at 01:54:58PM -0500, cmpilato@collab.net wrote:
> Communicate back to SVN? Huh? I don't know much about signal
> handlers, but I assume that there is some signal handling function
> that is registered as such in main(). That function would just run
> svn_client_cleanup directly. Perhaps my ignorance is showing through
> in a glaring way now, though...

Greg's point is that you don't want to run svn_client_cleanup when
you don't know where the program is. You'd only want to run
svn_client_cleanup at specific places. That means, "set a global
flag, various bits of SVN code, here, there everywhere periodically
checks that flag" - which of course, is silly.

I'd guess arbitrarily running svn_client_cleanup is much more
dangerous than the current behavior. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 20 21:00:32 2002

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.