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

Re: Using md5sum for svn status

From: <kfogel_at_collab.net>
Date: 2005-04-27 06:05:14 CEST

Marcus Rueckert <darix@web.de> writes:
> i checked it. it really does.

It "really does" what?

> subversion/libsvn_subr/io.c
> [[[
> /* Do a byte-for-byte comparison of FILE1 and FILE2. */
> static svn_error_t *
> contents_identical_p (svn_boolean_t *identical_p,
> const char *file1,
> const char *file2,
> apr_pool_t *pool)
> ]]]

Are you just reading the (misleading) comment, or did you read the
code?

> so if you consider the idea of storing the md5sum of the WC file. the
> question is: what costs more time?
> the line-ending/keyword processing or the md5sum.

Oh, I think what Philip said makes a lot of sense. It's a bit
orthogonal to your original question, though, and to the behavior of
contents_identical_p().

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 27 06:36:45 2005

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.