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

Re: checksum for every file

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-13 14:55:43 CEST

"Subversion" <mailing.lists@gmx.net> writes:

> I noticed that there is a checksum saved for every file in
> the database, what is it exactly for?

There are two reasons we have checksums:

  1. to verify database integrity. when you write a file into the
     repository, the checksum is recorded. when you read the file
     later on, the repository automatically checks to see if the file
     has the same checksum.

  2. to verify network transmissions. when a file is sent over
     the network, and checksum is also sent as a server-generated
     'property', so the client can verify it. the client stores it
     in the entries file. You can see it if you run 'svn info file'.

> What can i do with it?

Turn it into a crossword puzzle? :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 13 14:56:37 2003

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.