Converting repos over to SVN 1.4 - odd error
From: Sean Kelley <sean.sweng_at_gmail.com>
Date: 2006-09-12 13:58:33 CEST
I ran a test conversion on a local repository that I had set up for
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
Problem:
If I point my browser to http://localhost/svn, I always get this error now:
<D:error>
If I point my browser to http://localhost/websvn, I can browse the
Any help much appreciated.
Sean
---------------------------------------------------------------------
|
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.