subversionThis is a featured page

Subversion has a password file and an access file. The password file just maintains usernames and passwords, the access file determines who has what permissions to where.

You can use the htpasswd command to edit the user/password file.

To add the user ftravers to the file sub.passwd

htpasswd sub.passwd ftravers

A simple access file is of the following format:

[path]
username = permissions

For example:
[/]
ftravers = rw

[/documents]
jblow = rw

[/projects/tbu]
jdoe = rw
mjane = r

Subversion for Projects





ftravers
ftravers
Latest page update: made by ftravers , Dec 25 2007, 9:55 PM EST (about this update About This Update ftravers Edited by ftravers

3 words added

view changes

- complete history)
Keyword tags: None
More Info: links to this page
There are no threads for this page.  Be the first to start a new thread.