Linux svn server sets the corresponding read and write permissions for the specified folder

Introduction:

When using Linux to build an SVN server, you need to set different permissions for different folders in the warehouse.

1. There are two folders Dan and Mango in the svn directory

2. Enter the svn/conf directory and use the vim command vi authz to configure the authz permissions

3. Enter the corresponding instructions

4. Instruction meaning

[/] All folders in the current svn directory

[/Mango] Assign the corresponding permissions to the Mango folder under the current svn

mango=rw mango user is used for read and write permissions

mango=r mango user has read permission

mango=w mango user has write permission

*= Other users cannot read or write

Guess you like

Origin blog.csdn.net/mango9126/article/details/103312160