Subversion over WebDAV
...planting a seed
Currently… this requires some support from PLANET ARGON as we have to modify a configuration file to allow the web server to read/write to a protect subversion repository. (not 100% secure…)
After it’s setup, you can add users and assign permissions via the .htgroup and .htpasswd files.
.htpasswd is used to control the define the users and their passwords, you make additions to this with the htpasswd commandhtpasswd .htpasswd daniel.johnson
New password for daniel.johnson: *****
htgroup lists the users with access to your repositories and what access they have, as well as groups.
[groups]
devteam=robby,allison,gary,brian.ford
support=daniel.johnson
[/]
@devteam=rw
@support=r
#You can also define anonymous read access with
*=r