sign inHome | Recent Changes | All Pages | HelpSearch:

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 command
htpasswd .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


Powered by JunebugWiki v0.0.28 Last edited by robbyrussell on February 06, 2007 12:41 AM (diff)
Version 2 (current) «olderversions