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

Re: Converting repos over to SVN 1.4 - odd error

From: Sean Kelley <sean.sweng_at_gmail.com>
Date: 2006-09-12 14:08:37 CEST

These were my build options:

./configure --with-openssl --with-ssl --with-zlib

I already had Apache2 installed and my previous version of Subversion was 1.3.2

Sean

On 9/12/06, Sean Kelley <sean.sweng@gmail.com> wrote:
> I ran a test conversion on a local repository that I had set up for
> prior tests. I downloaded and built the new Subversion release.
>
> Before installing the new Subversion release I did a dump of my existing repos:
>
> svnadmin dump /var/lib/svn > svndump.svn
>
> I then moved /var/lib/svn to another location
>
> mv /var/lib/svn /var/lib/svn_keep
>
> I upgraded to the new Subversion that I just built
>
> Using the newly installed Subversion 1.4, I created a new repository.
>
> svnadmin create /var/lib/svn
>
> I loaded the dumped file into the newly created one
>
> svnadmin load /var/lib/svn < svndump.svn
>
> I then adjusted permissions
>
> chown -R www-data:www-data /var/lib/svn
> chmod -R g+ws /var/lib/svn
>
> Problem:
>
> If I point my browser to http://localhost/svn, I always get this error now:
>
> <D:error>
> <C:error/>
> <m:human-readable errcode="2">
> Could not open the requested SVN filesystem
> </m:human-readable>
> </D:error
>
>
> If I point my browser to http://localhost/websvn, I can browse the
> repository fine.
>
>
> Any help much appreciated.
>
> Sean
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 12 14:09:56 2006

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.