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

Re: problem with svn (what else?)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-06 13:57:08 CET

ketil@ii.uib.no (Ketil Z. Malde) writes:

> An 'strace svn command' reveals that it hangs in a loop doing
> select(0,...) (attached below). Any idea what's wrong, and even more
> importantly, how to fix it?

Are you using ra_local (file://) access? Did you interrupt an svn
command while it was accessing the repository?

If so then you probably need to run BDB recovery on the database.
0.14.3 doesn't have 'svnadmin recover' so you will have to use
db_recover. Make sure you use the version of db_recover that comes
with BDB 4.0.14, and run the command (note the final 'db' component)

db_recover -veh /path/to/repository/db

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 6 13:57:59 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.