Re: svn and "mostly-binary" repositories
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-01 19:28:31 CEST
Timothee Besset <timo@qeradiant.com> writes:
> The main problem I think is how to decide wether the local binary file is
As Greg said, earlier, Subversion currently caches secret, "pristine"
The working-copy library uses this algorithm to detect if any file is
* if the timestamps between the working and "pristine" files are
* else if the filesizes are different, return CHANGED
* else do a byte-for-byte brute force comparison, and return
All files are treated equally in this regard; binari-ness or
If you commit a locally-modified file, a binary diff algorithm is
---------------------------------------------------------------------
|
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.