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

setting up apache/subversion...

From: bruce <bedouglas_at_earthlink.net>
Date: 2004-09-06 17:35:39 CEST

hi..

in following the docs/trying to figure out what's wrong... i'm trying to
setup apache2.x to be the interface with subversion.

(i already have a working svnserve environment, but i'd like to get a feel
for how to connect with the underlying subversion, via the httpd process)

in order to use apache/httpd, do i need to have anything running
(svn/svnserve) on the server, other than apache/httpd of course!

in my server, i have '/svnroot/svn' setup to be the basic repository. i can
access this via the 'svnserve/svn' apps, so it seems to be ok.

however, when i try to do a:
 svn list http:://192.168.1.52:82/svnroot/svn
 svn list http:://192.168.1.52:82/svnroot

i get a
   svn: 'http::/192.168.1.52:82/svnroot' is not a working copy
or a
   svn: 'http::/192.168.1.52:82/' is not a working copy

i'm trying to access the subversion repository from the same dir i use to
access the svnserve, ie
    svn list svn://192.168.1.52/svnroot/svn

works ok, with no problem.

the area of the httpd.conf file that deals with the subversion repos is...

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /svn>
   DAV svn
   SVNPath /svnroot/svn
#
# # Limit write permission to list of valid users.
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# # Require SSL connection for password protection.
# # SSLRequireSSL
#
# AuthType Basic
# AuthName "Authorization Realm"
# AuthUserFile /absolute/path/to/passwdfile
# Require valid-user
# </LimitExcept>
</Location>

any idea as to what i've missed..

thanks for any comments/criticisms/pointers/etc...

-regards,

bruce

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 6 17:35:44 2004

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.