NOTE: -c option should only be used on the first time when you create a user as the user doesn’t exists. -m option is to specify the MD5 encryption on the password.
# Assign userto a project [proj_name:/path/to/proj] @group1 = rw # Have read-writeaccess @group2 = r # Only have readaccess, cannot commit the changes user7 = rw # A standalone user who doesn't belongs to any group
NOTE: alias (@) is used to indicate it is a group, the alias must put as a prefix
Testing
1
$ svn co http://localhost/svn/project_name project_name
Caution: For create user group and assign to specific project, it doesn’t work correctly, I still discovering. If you know what I’m wrong, please email to jslim89@gmail.com