Tutorial by Examples

New repository can be created with two different options: 1. Using command line Execute following command. It will create a directory for the repository, but parent path has to be present. i.e. in the following example, /var/svn should already be there, while it will create my_repository directory...
To add user, use following command htpasswd /etc/subversion/passwd user_name Specify user_name with the username you wish to add in above command. It will prompt to provide password for the user. If you are creating very first user, you need to add –c switch in above command, which will create th...
Groups can be defined in /etc/subversion/svn_access_control file. Create/edit the file using following command nano /etc/subversion/svn_access_control Use syntax specified as below to define groups and assign members. [groups] groupname = <list of users, comma separated> e.g. [groups]...
Access specifications for subversion repositories is specified etc/subversion/svn_access_control file Create/edit the file using following command nano /etc/subversion/svn_access_control Use following syntax to configure access permissions for repositories to group/members [Repository:<Path&g...

Page 1 of 1