Edgewall Software

Changes between Initial Version and Version 3 of Ticket #5257


Ignore:
Timestamp:
Sep 27, 2007, 9:10:28 AM (17 years ago)
Author:
Christian Boos
Comment:

Agreeing with osimons.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5257

    • Property Keywords svn authz added
    • Property Status newclosed
    • Property Resolutionwontfix
    • Property Milestone 0.11
  • Ticket #5257 – Description

    initial v3  
    33Some sample config info:
    44
    5 *** svn.conf:
     5 * svn.conf:
     6{{{
    67[groups]
    78project1-developers = user1, tracuser2, tracuser3
     
    1920[project2:/]
    2021@project2-developers = rw
     22}}}
    2123
    22 
    23 *** httpd.conf:
     24 * httpd.conf:
     25{{{
    2426    <Location /project1>
    2527        DAV svn
     
    4244        AuthUserFile /etc/conf/.htdigest
    4345    </Location>
     46}}}
    4447
    4548