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

Re: Question about binary files

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-10-24 23:57:10 CEST

Jim Geist wrote:
[snip]
>>Try using 'svnadmin dump --incremental'.
>>
>>-John
>>
>
>
> Doesn't change anything. The whole file still appears in the dump for both
> revisions.

Bah. Sorry... this is just how binary files are displayed in the dump
stream. You can also try 'svnadmin dump --deltas to actually see the
deltas'. However, what you're looking at won't make a whole lot of
sense, unless you understand the delta storage format. :-) You will at
least be able to see that the delta for the full text (the first
revision) is smaller than the second revision.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 24 23:57:34 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.