Linux Deploy SVN environment and create new project __linux

Source: Internet
Author: User
Tags svn svn client
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.