Yum Install Subversion
Mkdir/home/svn/pro1
Svnadmin Create/home/svn/pro1
svnserve-d--listen-port 8888-r/home/svn/
Configuration of Authz files
Configure user groups in [groups]
[Groups]
Groupname=user1,user2,user3
Then configure it on the last side
[/]
@groupname =RW
Configuration of passwd files
[Users]
user1=123456
user2=123456
svnserve.conf file to see if there is no password-db = passwd before the # removed, and to below; authz-db = Authz the same, modify realm = My first Repository, change to its own server address, front of # The number is also to be removed, below
Then notice that the Authz file has the correct directory format and that you want to use the
SVN Client Access Address
Http://xxx.xxx.xxx.xxx:8888/pro1
Sample project configuration file
Authz file
[Groups]
Team=user1,user2
[/]
@team =RW
passwd file Contents
[Users]
User1 = 123456
User2 = 123456