[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: <cmpilato_at_collab.net>
Date: 2003-05-15 23:37:57 CEST

Greg Stein <gstein@lyra.org> writes:

> 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?

Probably so. I tried that at one point, but something elsewhere was
failing. By the time I finished with the patch, I'd massaged this
code more times than I care to admit.

Will give the svn_wc_adm_probe_try() another ... try.

---------------------------------------------------------------------
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:42:32 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.