OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   26-Oct-2008 13:45:21
  Branch: HEAD                             Handle: 2008102612452100

  Modified files:
    openpkg-src/svnweb      svnweb-apache.conf

  Log:
    allow one to reach the directory and grant access to it, too

  Summary:
    Revision    Changes     Path
    1.2         +5  -0      openpkg-src/svnweb/svnweb-apache.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/svnweb/svnweb-apache.conf
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 svnweb-apache.conf
  --- openpkg-src/svnweb/svnweb-apache.conf     26 Oct 2008 12:34:23 -0000      
1.1
  +++ openpkg-src/svnweb/svnweb-apache.conf     26 Oct 2008 12:45:21 -0000      
1.2
  @@ -2,12 +2,17 @@
   ##  svnweb-apache.conf -- Apache configuration for SVN::Web
   ##
   
  +Alias /svnweb @l_prefix@/etc/svnweb
  +
   <Directory @l_prefix@/etc/svnweb>
       AllowOverride None
       Options       None
  +    Order         allow,deny
  +    Allow         from all
       SetHandler    perl-script
       PerlHandler   SVN::Web
   </Directory>
  +
   <Directory @l_prefix@/etc/svnweb/css>
       SetHandler    default-handler
   </Directory>
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to