[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:09:24 CET

Vladimir Prus <ghost@cs.msu.su> writes:

> bash-2.05a$ svn pl file:///home/ghost/local/svn_loaded/trunk/ocean/whale
> Properties on 'file:///home/ghost/local/svn_loaded/trunk/ocean/whale':
> svn:externals
> bash-2.05a$ svn pl file:///home/ghost/local/svn/trunk/ocean/whale
> bash-2.05a$
>
> If dump file is needed, it's at http://zigzag.cs.msu.su:7813/svn_dump.gz
> The property was removed in the last revision, and I believe it's correctly
> recorded in the dump file, but I'm not sure.

Hmmmm, very interesting!

I was able to load your dumpfile and indeed, in the HEAD revision
(r165), /trunk/ocean/whale has the svn:externals property.

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?

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!

Something is very wrong here.

---------------------------------------------------------------------
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:11:22 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.