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

Re: Problem with local checkouts

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2002-11-13 09:53:57 CET

On Tue, Nov 12, 2002 at 07:44:44PM -0600, Quincey Koziol wrote:
> Howdy,
> I'm having trouble checking out a new copy of my repository after I
> upgraded to v0.15. I just upgraded to the latest copy of the code in the
> subversion repository today and the problem is persisting. When I try to
> checkout a new working directory with "svn co file:///data/svn/edna edna"
> (which was how I checked out my previous working copy) I get the following
> message:
> svn: Couldn't find a repository.
> svn: Unable to open an ra_local session to URL
> svn: svn_ra_local__split_URL: Unable to find valid repository
> (file:///data/svn/edna)
>
> Checking out with "svn co http://localhost/svn/repos/edna edna" works fine.
> Any ideas what could be wrong?
[snip]

Did you upgrade mod_dav_svn as well?

You were probably using a version of Subversion that used an older
format for the repository. If that's the case, you'll need to "svnadmin
dump" the repository using an old version of the client and then
"svnadmin load" using the new version.

P.S. Maybe the client should suggest the dump/load if it gets the above
      error? Or if it's possible to tell that the format file does not
      exist, while the db, hooks etc. directories do?

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 13 09:55:13 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.