[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: <cmpilato_at_collab.net>
Date: 2002-08-20 21:04:17 CEST

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> 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

Ah. I see.

/me slinks back into the darkness...

---------------------------------------------------------------------
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:04:16 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.