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

Re: Autoexpanding ZIP archives?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-12-07 16:55:37 CET

Hadmut Danisch wrote:
> If I correct just a typo in a large presentation, which is actually
> just a changed line in one of the XML files, this impacs the whole zip
> archive.

XML files are not, /per se/, mergeable as text files, so they are
treated as binary. Certain XML files are mergeable, but others can be
reordered without changing the meaning at the XML level. There has been
some discussion about using external XML diff tools to make automatic
XML merging possible, but it hasn't gone anywhere yet (AFAICT).

> How would subversion deal with that? Would it store the complete
> binary as a diff, just because on XML line had been changed?

Yes, because it is a binary file.

> What about auto-expanding zip archives and storing them as svn files,
> and auto-compressing when exporting the repository?

ETOOMAGICAL

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 7 16:56:12 2005

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.