[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-17 14:38:33 CEST

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?

>
> /* Begin processing arguments. */
> memset (&opt_state, 0, sizeof (opt_state));

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 17 14:39:07 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.