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

Re: Repository corruption ?

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-12-18 20:18:39 CET

Sebastien Cevey wrote:
> Now, running a svnadmin recover doesn't seem to work either :
>
> albus svn # svnadmin recover file:///var/svn/milcis/
> Acquiring exclusive lock on repository db, and running recovery procedures.
> Please stand by...svn: Unsupported repository version
> svn: Expected version '1' of repository; found no version at all; is `file:///var/svn/milcis' a valid repository path?
> svn: No such file or directory
> svn: svn_io_file_open: can't open `file:///var/svn/milcis/format'
> albus svn #

Um. I do not know about your other problems, but the svnadmin one is
quite obvious. svnadmin doesn't take in URLs, it takes local paths. So
try:

  svnadmin recover /var/svn/milcis

instead of the file:/// stuff.

:-)

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 20:19:28 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.