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

Re: mod_dav_svn - Use Directory instead of Location

From: Markus Tacker <mtacker_at_itfuture.de>
Date: 2005-01-25 15:13:15 CET

Pim Bliek wrote:
> Do you use SVNPath or SVNParentPath? And what is the value (path) you use?
> Is that a repository or a dir containing repos? You have to tell us your
> complete dav_svn.conf for the list to fully understand what is happening or
> what you are trying to accomplish.

   I am Sorry, I forgot that:

<IfDefine SVN>
   <IfModule !mod_dav_svn.c>
     LoadModule dav_svn_module extramodules/mod_dav_svn.so
   </IfModule>
   <Location /svn>

   # <Directory /var/www/versions/htdoc/svn/> << That's what I want to do

     DAV svn
     SVNParentPath /var/svn/repos
     AuthType Basic
     AuthName "Subversion repository"
     AuthUserFile /var/svn/conf/svnusers
     AuthzSVNAccessFile /var/svn/conf/svnaccess.conf
     Satisfy Any
     Require valid-user
   # </Directory>
   </Location>
   <IfDefine SVN_AUTHZ>
     <IfModule !mod_authz_svn.c>
       LoadModule authz_svn_module extramodules/mod_authz_svn.so
     </IfModule>
   </IfDefine>
</IfDefine>

-- 
   mit freundlichen Grüßen
------------------------------------------------------------
  IT Future AG                   Markus Tacker
  Bockenheimer Ldstr. 45         Mediengestalter
  60325 Frankfurt / Main        -----------------------------
                                 E-Mail: mtacker@itfuture.de
  Telefon: 069 - 719163 0        Jabber: m@tacker.org
  Telefax: 069 - 719163 13       ICQ:    9170 9561
------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 25 15:15:38 2005

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.