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
When we make a gradient background color, we will...
Horizontal scrolling isn’t appropriate in all situ...
Table of contents 1. Basic Concepts of GTID 2. GT...
This article introduces the sample code for imple...
How to check the status of Linux firewall 1. Basi...
1. Environment and preparation 1. Ubuntu 14.04 2....
Deleting a table is not very common, especially f...
For record, it may be used in the future, and fri...
1 Introduction PostgreSQL is a free software obje...
Table of contents Preface application Filters Dra...
Table of contents Why use Docker? Docker installa...
The effect to be achieved is: fixed zoom in twice...
Recently the company has arranged to do some CCFA...
Here's a solution to the problem where margin...
This article shares the specific code of JavaScri...