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 developing applications that use a database,...
Written in front In recent years, the live stream...
This article example shares the specific code of ...
I recently used Dreamweaver to make a product pres...
Table of contents Vue3 + TypeScript Learning 1. E...
In the previous article "Understanding UID a...
<br />This article will briefly introduce yo...
cause The way to import external files into a min...
We all know that the underlying data structure of...
Without further ado, I'll go straight to the ...
environment Linux 3.10.0-693.el7.x86_64 Docker ve...
Preface Locks are synchronization mechanisms used...
In actual work or interviews, we often encounter ...
Result:Implementation Code html <div class=...
1. Rendering 2. Source code HTML < body > &...