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

Re: Dump/load changes data?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-21 17:26:34 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> Looking at the last revision in the dumpfile, I see:
>
> Node-path: /trunk/ocean/whale
> Node-kind: dir
> Node-action: change
> Prop-content-length: 10
> Content-length: 10
>
> PROPS-END
>
>
>
> This looks odd to me. Is this how our dumpfile format signifies a
> property deletion?

Ah! I'm noticing something new: this node (in the original dumpfile
from Volodya) has a '/' at the front. Every node in his
dumpfile is a relative path: "trunk/...", except for exactly three (!):

In r78:

Node-path: /trunk/whale
Node-kind: dir
Node-action: change
Prop-content-length: 168
Content-length: 168

K 13
svn:externals
V 132
lib/config_db http://zigzag.cs.msu.su:7813/repos/config_db/trunk
lib/lr_library http://zigzag.cs.msu.su:7813/repos/trunk/lr_library

PROPS-END

In r165:

Node-path: /trunk/ocean
Node-kind: dir
Node-action: change
Prop-content-length: 160
Content-length: 160

K 13
svn:externals
V 124
program_options http://zigzag.cs.msu.su:7813/repos/trunk/program_options
nstl http://zigzag.cs.msu.su:7813/repos/trunk/nstl

PROPS-END

Node-path: /trunk/ocean/whale
Node-kind: dir
Node-action: change
Prop-content-length: 10
Content-length: 10

PROPS-END

 
> Even stranger: I then did a new dump of the repository, and looked at
> r165. There's no /trunk/ocean/whale node in the entire repository!

And in the newdump, only the first two 'absolute path' nodes exist,
not the third one.

I think these clues are important somehow.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 21 17:27:59 2003

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.