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

RE: Could not open the requested SVN filesystem

From: Steve <subversion_at_digitalnothing.com>
Date: 2004-07-21 19:02:25 CEST

> > So you're suggesting:
> >
> > 1. Dump current repo
> > 2. Remove current repo
> > 3. Create new repo with a 1.0.5 build
> > 4. Load dumped data from old repo
> > 5. Pray that it works.
> >
> > Does that sound correct, or am I missing any steps along the way?
>
> Change step 2 into:
> Move current repo away
>
> So you can always switch back.

Well, I went through the steps, doing:

1. svnadmin dump repo1 > repo1.dump
2. cp -R repo1 repo1bak
3. svnadmin create repo1 (chown & chmod as usual)
4. svnadmin load -q repo1 < repo1.dump
5. Still getting the same error

Did I do anything wrong in those steps. I'm at a complete loss as to what to
do here. Should I try reverting to SVN 1.0.0? Is it possible to tell which
version of BDB my repos were created with/work with?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 21 19:02:52 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.