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

Re: svn commit: r8990 - trunk/subversion/clients/cmdline

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-11 19:47:20 CET

Ben Reser <ben@reser.org> writes:

> On Thu, Mar 11, 2004 at 10:54:44AM -0700, Jani Averbach wrote:
> > On 2004-03-11 11:16-0600, cmpilato@tigris.org wrote:
> >
> > > +
> > > + printf ("STAT\n");
> > > + err = svn_wc_adm_probe_open (&adm_access, NULL, fname_utf8,
> > > + FALSE, FALSE, pool);
> > ...
> > > + printf ("STAT\n");
> > > + if (apr_stat (&finfo, dash_m_arg,
> > > + APR_FINFO_MIN, pool) == APR_SUCCESS)
>
> > What about these STATs? =)
>
> They're both within the if that starts:
> if ((! opt_state.force_log)
>
> A better question would be, what about those printf calls or umm is that
> what you meant?

Oops! Last-minute debugging statement I forgot to remove. Fixing now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 11 19:48:29 2004

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.