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

Apache 2.0.47 config help?

From: Eric Johnson <Eric.R.Johnson_at_Sun.COM>
Date: 2003-10-29 07:22:22 CET

It looks like I've got svn built. Thanks for
the pointers. :)

I'm trying to configure it to run under Apache and
so far have had no luck.

Any help much appreciated.

Thanks.

--EJ

===================================================

These entries are in my httpd.conf:

LoadModule dav_repos_module modules/libmod_dav_repos.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

# I compiled apache with --enable-dav, so no
# module load for that...

<Location /svn/repos>
    DAV svn
    SVNPath /disk2/apache2/htdocs/svn/repos
# The above line is the absolute filesystem path,
# not relative to ServerRoot or DocRoot
#
          AuthType Basic
          AuthName "Subversion repository"
          AuthUserFile /disk2/apache2/passwd/passwords
       <LimitExcept GET PROPFIND OPTIONS REPORT>
          Require valid-user
       </LimitExcept>
</Location>

=================================================

Re-starting Apache seems to work fine and produces
no errors in the log on startup.

[Tue Oct 28 23:14:37 2003] [notice] Apache/2.0.47 (Unix) DAV/2 PHP/4.3.3 Catacomb/0.9.0 SVN/0.32.1 configured
 -- resuming normal operations

However, when I try to access the repository I get
the following errors in my Apache log:

[Tue Oct 28 23:05:03 2003] [error] [client 129.147.155.63] Could not fetch resource information. [500, #0]
[Tue Oct 28 23:05:03 2003] [error] [client 129.147.155.63] Could not open the SVN filesystem at /disk2/apache
2/htdocs/svn/repos [500, #165005]
[Tue Oct 28 23:05:03 2003] [error] [client 129.147.155.63] (2)No such file or directory: Expected version '2'
 of repository; found no version at all; is '/disk2/apache2/htdocs/svn/repos' a valid repository path? [500,
 #165005]

===================================================

If I do a simple GET on the repository directory
with a web browser, I see the following error:

<D:error>
<C:error/>
- <m:human-readable errcode="165005">
     Expected version '2' of repository; found no version at all; is '/svn/repos' a valid repository path?
</m:human-readable>
</D:error>

===================================================

_______________________________________
Eric R. Johnson
SunServices
Sun Microsystems, Inc.
Phone: (303)-272-5671, x75671
Email: eric.r.johnson@sun.com
_______________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 29 07:23:04 2003

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.