One demand Generally speaking, a company has multiple projects. After setting up the SVN server, it is necessary to use SVN to ensure that developers who are not in a project cannot access the code in other projects. Assumptions: There are 3 projects: project1, project2, project3 There are 6 developers: eg1, eg2, eg3, eg4, eg5, eg6 eg1 and eg2 can only access project1; eg3 and eg4 can only access project2; eg5 and eg6 can only access project3; Second, the realization In the repository root path: assuming it is /home/svnroot // Create three code repositories
//Copy the two permission configuration files to the repository root path to manage all code repositories in a unified manner
// Open the configuration file Modify it as follows:
Modify project2's svnserve.conf separately, same as above, the last line is written
Modify project3's svnserve.conf separately, same as above, the last line is written
Modify two permission management files:
// Username = Password
Three restarts svnserve -d -r /home/svnroot // Stop command killall svnserve Four practical tests Each group member can only access their own projects and has no permission to view other people's projects. Only administrators can view all projects The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: js to implement add and delete table operations
>>: Introduction to HTML page source code layout_Powernode Java Academy
This article is mainly to let beginners understan...
This article shares with you the installation and...
Find the problem I have been learning Django rece...
Antd+react+webpack is often the standard combinat...
1. Download the required packages wget -P /usr/lo...
Table of contents Deploy httpd with docker contai...
Sample code: import java.util.Random; import java...
1. Install mysql: udo apt-get install mysql-serve...
Since Alibaba Cloud's import of custom Ubuntu...
Preface The general methods are not listed here, ...
CSS3 can create animations, which can replace man...
This article example shares the specific code of ...
1. Overall steps At the beginning, we introduced ...
Table of contents 1. Routing Configuration 2. Vue...
This article example shares the specific code of ...