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

Re: md5sum

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-08-17 09:21:01 CEST

[ Please keep mails on the list; others may be able to answer your
questions faster or better than I. ]

On 8/17/07, Steve Suehs <csuehs@drillinginfo.com> wrote:
> On a fresh checkout, is it reasonable for me to expect md5sum of a file
> to match the md5sum reported by svn info? Is it reasonable for me to be
> concerned when they do not match?

The md5 checksum you find in 'svn info' output relates to the files
you can find in the .svn area. This does not neccessarily match what
you have in your working files, because there are options which can
cause the files to be binary different. For example svn:keywords can
cause additional content to be inserted. svn:eol-style can cause
line-endings to be different from what's in the repository.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 17 09:19:05 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.