[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 884 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-15 00:49:24 CET

Greg Stein <gstein@lyra.org> writes:
> > restore_file (svn_stringbuf_t *file_path,
> > apr_pool_t *pool)
> > {
> > - apr_status_t status;
> > svn_stringbuf_t *text_base_path, *tmp_text_base_path;
> > svn_io_keywords_t *keywords;
> > enum svn_wc__eol_style eol_style;
> > const char *eol;
> >
> > - text_base_path = svn_wc__text_base_path (file_path, 0, pool);
> > - tmp_text_base_path = svn_wc__text_base_path (file_path, 1, pool);
> > + text_base_path = svn_wc__text_base_path (file_path, TRUE, pool);
> > + tmp_text_base_path = svn_wc__text_base_path (file_path, FALSE, pool);
>
> Looks like you reversed the TRUE/FALSE conditions on prepping those paths.

Goodness. I'm beginning to think I need another vacation, boss. :-)

*Thanks* for catching this!

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

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.