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

Re: Bigger --deltas dump with 1.7.5 than with 1.6.17

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Thu, 21 Jun 2012 15:19:24 +0200

On 2012-06-20 02:48:23 +0200, Vincent Lefevre wrote:
> On 2012-06-19 19:41:51 +0300, Daniel Shahaf wrote:
> > I assume that the binary svndiff chunks are different, right?
>
> Yes, the binary svndiff chunks are different and have the declared
> size. But why is 1.6.17 better than 1.7.5?

And the problem I've already mentioned concerning previous versions
is still there:

$ svn diff -c3876 file:///home/vlefevre/private/svn-mpfr > mpfr-diff
$ svnadmin dump --incremental --deltas ~/private/svn-mpfr -r3876 > mpfr-dump
* Dumped revision 3876.
$ ll mpfr-diff mpfr-dump
-rw-r--r-- 1 vlefevre vlefevre 2590 2012-06-21 15:03:53 mpfr-diff
-rw-r--r-- 1 vlefevre vlefevre 9333 2012-06-21 15:03:54 mpfr-dump

where the dump contains data that haven't changed, thus are useless
in a dump.

Or you can try directly:

$ svn diff -c3876 svn://scm.gforge.inria.fr/svnroot/mpfr > mpfr-diff
$ svnrdump dump --incremental -r3876 svn://scm.gforge.inria.fr/svnroot/mpfr > mpfr-dump
* Dumped revision 3876.
$ ll mpfr-diff mpfr-dump
-rw-r--r-- 1 vlefevre vlefevre 2590 2012-06-21 15:13:54 mpfr-diff
-rw-r--r-- 1 vlefevre vlefevre 9210 2012-06-21 15:13:24 mpfr-dump

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Received on 2012-06-21 15:19:58 CEST

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.