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

Re: Word Docs

From: Talden <talden_at_gmail.com>
Date: 2006-11-19 23:47:18 CET

But it is very important to understand that it is diffing
file-content, not document content. Being a binary file, changing
only a few characters could change the entire file. Consider that
changing a single bit can have flow-on effects in a compressed-stream
or encrypted-stream.

Though you'll get cheaper binaries in many cases with subversion it's
going to do a lot better with types that represent localised
differences in document-content with localised differences in
file-content.

a syntax-directed diffing mechanism would allow potentially
significant gains but introduce an extreme cost in complexity that the
majority of the Subversion user base wouldn't gain much benefit from.

--
Talden
On 19/11/06, Tim Hill <drtimhill@comcast.net> wrote:
> Delta. Subversion deltas all files: binary and text.
>
> --Tim
>
> On Nov 18, 2006, at 5:59 PM, Bryan D. Andrews wrote:
>
> > When you commit word docs does it save only the delta or does
> > subversion
> > commit a whole doc each time?
> >
> > Thanks.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 19 23:48:02 2006

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.