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

Re: Newlines, preserving data, and multiple access paths

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2001-12-15 00:48:21 CET

Greg Hudson <ghudson@MIT.EDU> writes:
> No... it just means that if the mod times force a contents check, you
> have to translate the text-base contents as you compare them against the
> normal contents. That's "a teeny tiny bit slower," not, "a lot slower."

It's worse than that -- it invalidates our size check. Right now,
differing file sizes *guarantee* that a modification was made. With
eol conversion, there can be different sizes with no local mods.

So we'd lose one early return from text_modified_p().

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