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
Table of contents 1. What is an index signature? ...
Table of contents 1. When the mouse passes over t...
ModSecurity is a powerful packet filtering tool t...
There are many methods on the Internet that, alth...
This article shares the specific code of js to im...
Table of contents 1. MySQL 8.0.18 installation 2....
This case is based on CentOS 7 system Suitable fo...
Preface In our daily work, we often need to renam...
Using Javascript to implement countdown to close ...
First look at the effect: Code: 1.html <div cl...
1. Inner Join Query Overview Inner join is a very...
Copy code The code is as follows: a:link { font-s...
The link-in style is to put all the styles in one...
This article shares the specific code of a simple...
The DIV floating effect (fixed position) is imple...