Re: Error leak in libsvn_client/revert.c
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-04 01:43:36 CEST
"Max Bowsher" <maxb@ukf.net> writes:
> ==========================================================
I think an SVN_ERR_UNVERSIONED_RESOURCE error is "acceptable" as it
if (err && err->apr_err != SVN_ERR_UNVERSIONED_RESOURCE)
err2 = svn_wc_adm_close (adm_access);
return err;
It might be more elegant to call the notification function in revert
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Apr 4 01:44:50 2005 |
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.