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

Re: Autoversioning and WebDAV

From: <kfogel_at_collab.net>
Date: 2003-09-23 21:24:41 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> You want the server to examine the incoming file, byte-for-byte, with
> the existing one? That's an awful lot of stress to put on the
> server. It would break our design principles, too... this is the
> reason the server doesn't do keyword or eol translation.

Hmm, well... The server could compare the new checksum with the
previous checksum. Then if it were *really* paranoid, it could do a
byte-for-byte comparison only after the checksums matched; or it could
just rely on the checksum match entirely. Either way, it's cheap for
the server to check whether a new version of a file is the same as the
previous version.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 23 22:14:12 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.