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

Re: Malformed node-revision skeleton

From: Files <files_at_poetryunlimited.com>
Date: 2003-08-21 16:39:49 CEST

Did you try

--------------------------------------
svnadmin recover /var/svn/myrepos
--------------------------------------

OR

----------------------------------------------------------------
#!/bin/sh
SRC=/var/svn/original
DEST=/var/svn/copy
TEMP=/var/svn/temp
svnadmin create $DEST
svnadmin dump -q $SRC | svnadmin load $DEST >load.log 2>load.err
mv $DEST $TEMP
mv $SRC $DEST
mv $TEMP $SRC
----------------------------------------------------------------

And then try doing the commit again?

No matter what you do, save a copy first.

Shamim Islam

Christophe Labouisse (gabuzo@tigris.org) wrote:
>
>I had a test repository created with svn 0.26dev and since I upgrade to
>svn 0.27 (revision 6811) I get the following problem when I try to
>checkout, update or commit my repository:
>
>svn commit -F svn-commit.tmp cv_ascii.tex
>Sending cv_ascii.tex
>svn: Malformed skeleton data
>svn: Commit failed (details follow):
>svn: Malformed node-revision skeleton
>
>I kept the 0.26 installation tree so I tried the same think with my old
>binaries and had no problem at all. I first thought of a db version
>difference but ldd shows clearly that the two binaries use the same
>db4.1 library.
>
>Beside this the 0.27 svn does not seem to have a problem to update from
>the subversion repository.
>
>Any idea ?
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 21 16:43:49 2003

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.