Changes between Initial Version and Version 1 of ProxyDavPlugin


Ignore:
Timestamp:
Feb 15, 2012, 2:09:46 PM (12 years ago)
Author:
Pablo Castorino
Comment:

New hack ProxyDavPlugin, created by castorinop

Legend:

Unmodified
Added
Removed
Modified
  • ProxyDavPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= A dav proxy with control access using trac permissions.  =
     4
     5== Description ==
     6
     7A simple plugin that provides access trougth dav (like a proxy) at the repositories of the project. You can handle permission of PULL (get repo) or PUSH (put repo) from Admin.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for ProxyDavPlugin are
     12[report:9?COMPONENT=ProxyDavPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=ProxyDavPlugin&owner=castorinop new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:proxydavplugin here].
     20
     21== Source ==
     22
     23You can check out ProxyDavPlugin from [http://trac-hacks.org/svn/proxydavplugin here] using Subversion, or [source:proxydavplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27=== Enable a dav repository ===
     28 * edit /etc/httpd/conf.d/gitdav.conf
     29
     30{{{
     31Alias /git /var/www/repo_git
     32<Directory "/var/www/repo_git">
     33     Dav On
     34     Order allow,deny
     35     Allow from 127.0.0.0/8
     36</Directory>
     37}}}
     38
     39=== Configure Plugin ===
     40 * enable TracProxyDav on Admin | Plugins
     41 * add on trac.ini
     42{{{
     43#!ini
     44[proxydav]
     45url = http://127.0.0.1/git
     46}}}
     47
     48
     49== Recent Changes ==
     50
     51[[ChangeLog(proxydavplugin, 3)]]
     52
     53== Author/Contributors ==
     54
     55'''Author:''' [wiki:castorinop] [[BR]]
     56'''Maintainer:''' [wiki:castorinop] [[BR]]
     57'''Contributors:'''