You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Sommers, Elizabeth" <So...@Pragmatics.com> on 2008/07/24 16:38:13 UTC

More information on bad record/multiple dump problem

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@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@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@svnsrv svn]#


Thank you for any help

Liz Sommers
sommerse@pragmatics.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org