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

Re: svn commit: rev 5944 - in trunk/subversion: libsvn_client libsvn_wc

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-05-15 23:33:57 CEST

On Thu, May 15, 2003 at 09:41:29AM -0500, cmpilato@tigris.org wrote:
>...
> +++ trunk/subversion/libsvn_client/commit_util.c Thu May 15 09:41:16 2003
>...
> + err = svn_wc_adm_retrieve (&parent_access, parent_dir,
> + parent, subpool);
> + if (err && err->apr_err == SVN_ERR_WC_NOT_LOCKED)
> + {
> + svn_error_clear (err);
> + SVN_ERR (svn_wc_adm_open (&parent_access, NULL, parent,
> + FALSE, FALSE, subpool));
> + }
> + else if (err)
> + {
> + return err;
> + }

Could you leverage the new svn_wc_adm_probe_try() here?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 15 23:32:14 2003

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.