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

Re: Fatal error while attempting recovery

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-10 01:53:12 CEST

Eric S. Raymond wrote:

> Do I have to be root for this? On berlios.de I'm not an admin.

No, not root, but you do need read/write access to the entire
repository. It's pretty clear that you don't. 'db_recover' is giving
you all sorts of permission errors trying to open db files... that's
probably the reason 'svnadmin recover' failed in the first place.

The standard wisdom is: run recovery as the user which owns the repository.

(Don't run as root... you're likely to accidentally change file
ownership and make it inaccessible for other users.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 10 01:55:14 2004

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.