[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 877 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-14 20:37:08 CET

On Mon, Jan 14, 2002 at 12:42:03PM -0600, kfogel@tigris.org wrote:
>...
> SVN_ERR (svn_io_copy_and_translate (tmp_text_base->data,
> - filepath->data,
> - eol_str, TRUE /* repair */,
> - revision, author, date, url,
> + tmp_workingfile->data,
> + eol_str,
> + FALSE, /* don't repair eol */
> + revision, author, date, url,
> TRUE, /* expand keywords */
> pool));

You changed the state of the "repair" flag but did not explain why in the
log. Was that change intended?

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.