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

Repository stuck?

From: David Casti <david_at_neosynapse.net>
Date: 2002-11-10 15:42:44 CET

Hello,

I am running subversion 0.15 on a Mandrake 9 system. I have created a new
repository and imported several projects. Then I created a working
directory and switched many of the subdirectories to other projects in the
repository (an outstanding feature of subversion, I must say).

I have updated a file in one of the projects. Now I am ready to check in.

First, I run 'svn status -u', and receive the error --

[root@mail defender]# svn status -u
subversion/libsvn_fs/err.c:148: (apr_err=160006, src_err=0)
svn: Invalid filesystem revision number
svn: reference to non-existent revision `10' in filesystem
`/home/subversion/db'

-- Thinking that I may be able to get around this problem by checking out a
new copy and working on that, I try --

[root_at_mail tmp]# svn co file:///home/subversion/trunks/defender
subversion/libsvn_wc/adm_files.c:1058: (apr_err=155000, src_err=0)
svn: Obstructed update
svn: revision 8 doesn't match existing revision 7 in 'defender'

-- OK, maybe my repository database is hosed. Let's recover --

[root@mail tmp]# /usr/local/BerkeleyDB.4.0/bin/db_recover -v -h
/home/subversion/db
db_recover: Finding last valid log LSN: file: 29 offset 990376
db_recover: Checkpoint at: [29][990328]
db_recover: Checkpoint LSN: [29][990328]
db_recover: Previous checkpoint: [29][989136]
db_recover: Checkpoint at: [29][989136]
db_recover: Checkpoint LSN: [29][989136]
db_recover: Previous checkpoint: [29][987944]
db_recover: Recovery complete at Sun Nov 10 14:33:52 2002
db_recover: Maximum transaction id 80000000 Recovery checkpoint [29][990328]

-- no change. I am completely stuck: can't check out, can't update, can't
get status, can't commit... So, two questions:

1. How do I recover from this state?
2. Any ideas how I got into it, so I can avoid a repeat?

Thanks,
David.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 11 02:13:42 2002

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.