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

Looking for help with database problems

From: Sommers, Elizabeth <SommersE_at_Pragmatics.com>
Date: Tue, 29 Jul 2008 08:08:10 -0400

I have previously sent this to users, but I only got one nibble.

The domain: a 37 gig subversion repository. revisions 0:183031
subversion version 1.4.4 ubuntu linux OS

The problem: We have a bad record at 85431. We need to get rid of this
record so that we can use Fisheye.

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 &
 [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]#

Thanks for any help I can get
Liz Sommers
sommerse_at_pragmatics.com
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-29 22:12:32 CEST

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.