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

Re: permissions (and other) problems

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-09-17 15:32:16 CEST

Philip Martin wrote:
> Garrett Rooney <rooneg@electricjellyfish.net> writes:
>
>
>>Index: subversion/clients/cmdline/main.c
>>===================================================================
>>--- subversion/clients/cmdline/main.c
>>+++ subversion/clients/cmdline/main.c Mon Sep 16 21:46:55 2002
>
> [snip]
>
>>@@ -913,6 +926,10 @@
>>
>> /* Create our top-level pool. */
>> pool = svn_pool_create (NULL);
>>+
>>+ svn_cancel_set_cancel_func (check_cancelled, NULL, svn_pool_create (pool));
>>+
>>+ signal (SIGINT, cancel);
>
>
> APR provides apr_signal in apr_signal.h, should we use that?

i'm not sure. signal is theoretically part of the c standard, but for
consistency's sake, we should probably use the one from apr. i'll look
into it tonight and figure out what to do before committing.

thanks,

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 17 15:32:55 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.