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

Question about propset

From: Drew Jetter <ajetter1_at_cox.net>
Date: 2002-08-23 00:28:04 CEST

Here is all I've done to the apache server:

I went to here:

http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91

and downloaded svn-0.14.1-r2927-setup.exe.
Then I put mod_dav_svn.so in the apache modules directory.

I added the following lines to httpd.conf:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so

At the bottom of http.conf:

<Location /repos>
   DAV svn
   SVNPath C:\svnrepos\myrepos
</Location>

That's it. I'm sorry I'm causing you guys so much
trouble, but I really am not making this stuff up. Maybe
there is something wrong with my computer, but I don't
know what it would be....
Received on Fri Aug 23 00:28:27 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.