You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Files <fi...@poetryunlimited.com> on 2003/09/15 14:12:23 UTC

mod_dav_svn 0.29.0-6982 and apache2-2.0.47-5mdk failure to open filesystem

Ok. Hi, all.

I had a working mod_dav_svn area setup, with SvnParentPath and all. :)

And it used to work.

But here's the problem.

It doesn't now. Maybe I'm missing something obvious.

Used to work under HTTPS. Used to work under HTTP.

Now I see the same error on both HTTP and HTTPS ra_dav access via WebFolders, and on
the client side, it reports that the files may not be available or the folder could
not be opened.

Authentication doesn't seem to be a problem. I authenticate just fine. Just can't
get to the files.

The path /var/svn is owned by apache.apache - the same user as the webserver. The
repository works fine under direct access on the machine. Have not tried the svn://
method.

Environment follows. Error follows after.

Any thoughts???

Shamim Islam

-------------------------------------------------------------------------
Running:

apache2-mod_suexec-2.0.47-2mdk
apache2-2.0.47-5mdk
apache2-manual-2.0.47-5mdk
apache2-mod_disk_cache-2.0.47-5mdk
apache2-mod_proxy-2.0.47-5mdk
apache2-mod_php-2.0.47_4.3.2-2mdk
apache2-mod_file_cache-2.0.47-5mdk
apache2-mod_cache-2.0.47-5mdk
apache2-mod_dav-2.0.47-5mdk
apache2-mod_layout-2.0.47_4.0.1a-2mdk
apache2-mod_ssl-2.0.47-5mdk
apache2-mod_ldap-2.0.47-5mdk
apache2-mod_deflate-2.0.47-5mdk
apache2-common-2.0.47-5mdk
apache2-mod_perl-2.0.47_1.99_09-3mdk
apache2-modules-2.0.47-5mdk
apache2-mod_mem_cache-2.0.47-5mdk
subverrsion-*-0.29.0-6982
neon-0.23.9-1
swig-1.3.16-1
swig-runtime-1.3.16-1
libapr0-2.0.47-4
mod_dav_svn (loaded in the correct place /etc/httpd/2.0/extramodules using
--relocate /usr/lib/httpd/modules=/etc/httpd/2.0/extramodules --badreloc for
subversion-server via rpm -- yes, I used Bamboo. :))

-------------------------------------------------------------------------

Error:

[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] Could not fetch resource
information.  [500, #0]
[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] Could not open the SVN
filesystem at /var/svn/save  [500, #160000]
[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] (84)Invalid or incomplete
multibyte or wide character: bad database version: compiled with 4.0.14, running
against 4.1.25  [500, #160000]
[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] Could not fetch resource
information.  [500, #0]
[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] Could not open the SVN
filesystem at /var/svn/save  [500, #160000]
[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] (84)Invalid or incomplete
multibyte or wide character: bad database version: compiled with 4.0.14, running
against 4.1.25  [500, #160000]


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: mod_dav_svn 0.29.0-6982 and apache2-2.0.47-5mdk failure to open filesystem

Posted by Thom May <th...@planetarytramp.net>.
* Files (files@poetryunlimited.com) wrote :
> Ok. Hi, all.
> 
> The path /var/svn is owned by apache.apache - the same user as the webserver. The
> repository works fine under direct access on the machine. Have not tried the svn://
> method.
> 
> Environment follows. Error follows after.
> 
> Any thoughts???
> 
Yes. read the error log.
You need to upgrade your repository to use bdb 4.1.25 when you change
versions of BDB.
http://www.sleepycat.com/docs/utility/db_upgrade.html
Cheers
-Thom

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: mod_dav_svn 0.29.0-6982 and apache2-2.0.47-5mdk failure to open filesystem

Posted by Thom May <th...@planetarytramp.net>.
* Files (files@poetryunlimited.com) wrote :
> Ok. Hi, all.
> 
> The path /var/svn is owned by apache.apache - the same user as the webserver. The
> repository works fine under direct access on the machine. Have not tried the svn://
> method.
> 
> Environment follows. Error follows after.
> 
> Any thoughts???
> 
Yes. read the error log.
You need to upgrade your repository to use bdb 4.1.25 when you change
versions of BDB.
http://www.sleepycat.com/docs/utility/db_upgrade.html
Cheers
-Thom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: mod_dav_svn 0.29.0-6982 and apache2-2.0.47-5mdk failure to open filesystem

Posted by Sander Striker <st...@apache.org>.
[please drop dev@ on the next post]

> -----Original Message-----
> From: Files [mailto:files@poetryunlimited.com]
> Sent: Monday, September 15, 2003 4:12 PM

> It doesn't now. Maybe I'm missing something obvious.

Like this?

[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] (84)Invalid or incomplete
multibyte or wide character: bad database version: compiled with 4.0.14, running
against 4.1.25  [500, #160000]


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: mod_dav_svn 0.29.0-6982 and apache2-2.0.47-5mdk failure to open filesystem

Posted by Sander Striker <st...@apache.org>.
[please drop dev@ on the next post]

> -----Original Message-----
> From: Files [mailto:files@poetryunlimited.com]
> Sent: Monday, September 15, 2003 4:12 PM

> It doesn't now. Maybe I'm missing something obvious.

Like this?

[Mon Sep 15 09:38:40 2003] [error] [client 167.242.48.42] (84)Invalid or incomplete
multibyte or wide character: bad database version: compiled with 4.0.14, running
against 4.1.25  [500, #160000]


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org