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

Upgrading from 1.4 to 1.6.3

From: Vitaliy Sholokhov <vsholokhov_at_marvel.com>
Date: Fri, 10 Jul 2009 12:58:27 -0400

Hello,
 
I've just upgraded subversion software on the server from 1.4.* to 1.6.3
and ran 'svnadmin upgrade REPOS_PATH' without any problems.
Now when I try to access repository via http connection, I constantly
get the following error in tortoisesvn:
 
"Could not open the requested SVN filesystem"
 
In browser I get the following:
 
<D:error>
<C:error/>
<m:human-readable errcode="200030">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
 
 
Running 'svn up' and 'svn log' in command line on the server ends with
no error. Therefore, I assume it has something to do with apache, but I
have not touched any configuration files.
Here's a config:
 

----
LoadModule dav_module libexec/apache2/mod_dav.so
LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so
LoadModule php5_module        libexec/apache2/libphp5.so
 
LoadModule suexec_module        libexec/apache2/mod_suexec.so
LoadModule dav_svn_module     libexec/apache2/mod_dav_svn.so
LoadModule authz_svn_module   libexec/apache2/mod_authz_svn.so
---
 
<VirtualHost 10.2.8.10:81>
ServerName crossbow
<Location />
        DAV svn
        SVNParentPath /usr/local/subversion/
        AllowOverride All
        # how to authenticate a user
        AuthType Basic
        AuthName "Subversion Repository"
        AuthUserFile /var/www/.sub_passwd
        AuthzSVNAccessFile /var/www/authz
        Require valid-user
 
</Location>
</VirtualHost>
---
 
******************************************************************************
Nothing contained in this e-mail shall (a) be considered a legally binding agreement, amendment or modification of any agreement with Marvel, each of which requires a fully executed agreement to be received by Marvel or (b) be deemed approval of any product, packaging, advertising or promotion material, which may only come from Marvel's Legal Department.
******************************************************************************
THINK GREEN - SAVE PAPER - THINK BEFORE YOU PRINT!
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2369846
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-10 19:00:22 CEST

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.