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

Re: Confirmation of an svnadmin dump and load

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: Wed, 8 Jul 2009 13:36:31 +0200

Hi,

On 2009-07-06 19:41:53 -0500, Ryan Schmidt wrote:
> "svndumptool diff" can show you the difference (if any) between two
> dumpfiles.
>
> http://svn.borg.ch/svndumptool/
>
> (see the README for the full list of features)

How does it do its diff exactly?

I usually use the Unix "diff" command, but when the repository
format is upgraded, I got changes, e.g. in the format-3 to
format-5 upgrade:

 Node-path: macosx/dports/gnome/liferea/Portfile
 Node-kind: file
 Node-action: change
-Prop-delta: true
-Prop-content-length: 10
 Text-delta: true
 Text-delta-base-md5: e15e61a13799682cc4486082167e65f6
 Text-content-length: 463
 Text-content-md5: dbc4382f965992da83e88ab62f6bd34f
-Content-length: 473
+Content-length: 463
 
-PROPS-END

and

-Node-path: tex/Makefile
-Node-kind: file
-Node-action: change
-Prop-delta: true
-Prop-content-length: 10
-Content-length: 10
-
-PROPS-END

It may be a consequence of bug 2743 (though it is supposed to affect
the working copy only). However, it seems that the meaning is the
same (empty list of properties vs nothing).

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Received on 2009-07-08 23:25:55 CEST

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.