[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-15 00:52:54 CET

Great change... bye stringbuf! :-)

On Mon, Jan 14, 2002 at 04:33:05PM -0600, kfogel@tigris.org wrote:
>...
> +++ NEW/trunk/subversion/libsvn_wc/adm_crawler.c Mon Jan 14 16:33:04 2002
>...
> @@ -1767,16 +1767,16 @@
> 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.

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