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

More information on bad record/multiple dump problem

From: Sommers, Elizabeth <SommersE_at_Pragmatics.com>
Date: Thu, 24 Jul 2008 12:38:13 -0400

More information about my bad record/multiple dump problem.

Most of this information is cut and paste from my bash session.

> When you say "bad record", what's the exact error message you're
seeing, and for what operations?

svn info http://svnsrv/svn/SEGS -r 85431
Path: SEGS
URL: http://svnsrv/svn/SEGS
Repository Root: http://svnsrv/svn/SEGS
Repository UUID: c08419af-4d2c-6549-9fd1-620d5fab6521
Revision: 85431
Node Kind: directory
Last Changed Author: ###error###
Last Changed Rev: 85431

A try at dumping the bad record
 svnadmin dump /var/svnroot/SEGS -r 85431:85450 > 85431t085450dump & [2]
31858 [root_at_svnsrv svn]# svnadmin: No such revision 85431

Various tries at loading multiple dumps

I tried a dump from 0:85430 and 85432:85460 and got basically the same
error message

svnadmin load /svn/0to85430test < 85432to85460.dump <<< Started new
transaction, based on original revision 85432
     * editing path : ... done.
svnadmin: File already exists: filesystem '/svn/0to85430test/db',
transaction '85430-1', path 'jserv_G4'
     * adding path : jserv_G4 ...[root_at_svnsrv svn]#

I also tried 0:85420 and 85421:85490

 svnadmin load /svn/85420test/ < 85421to85490.dump <<< Started new
transaction, based on original revision 85421
     * editing path : ... done.
svnadmin: File already exists: filesystem '/svn/85420test/db',
transaction '85420-1', path 'jserv_G4'
     * adding path : jserv_G4 ...[root_at_svnsrv svn]#

Thank you for any help

Liz Sommers
sommerse_at_pragmatics.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-24 18:38:44 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.