Re: permissions (and other) problems
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-13 00:41:17 CEST
Branko ÄŒibej <brane@xbc.nu> writes:
> > i'm leaning towards having the client call svn_async_clear, since
Well, using svn_async_cancel/svn_async_clear once the client calls
There is some code that doesn't return an svn_error_t* at all, the
> Sure, that's a bit more work than just adding the cancellation error...
Almost everywhere that ignores an error should use svn_error_clear_all,
if (err)
into
if (err)
and have svn_error_clear_all return an input ERR_CANCELED instead of
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Sep 13 00:41:56 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.