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

Re: Auto add files in a directory?

From: Andrew A. Raines <aaraines_at_pobox.com>
Date: 2004-03-04 04:13:17 CET

Jeff Bowden <jlb@houseofdistraction.com> writes:

> Well, my understanding of bzip2 compression, and block-oriented
> encoding schemes in general, is that small changes to the source
> lead to large changes in output such that nothing would be gained
> by storing diffs.

It turns out that the binary diff doesn't occur at the layer we've
been talking about.

On a commit, Subversion sees all files, binary and text, as streams
of data directly from the network. The algorithm intelligently
notices differences in those streams regardless of the overlaying
file type. (In a local working copy, however, the svn command uses
a classic contextual diff where applicable.)

So, throw in your kitchen sink, full of dirty dishes; Subversion
doesn't care.

-- 
    aaraines@pobox.com (Andrew A. Raines)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 4 04:11:56 2004

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.