mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 20:00:55 +01:00
Correct migration of old documentation
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
Path Write Protect Plugin
|
||||
-------------------------
|
||||
# Path Write Protect Plugin
|
||||
|
||||
### Installation
|
||||
|
||||
- Login in as administrator
|
||||
- Open Plugins
|
||||
- Install scm-pathwp-plugin
|
||||
- Restart your applicationserver
|
||||
- Login in as administrator
|
||||
- Open Plugins
|
||||
- Install scm-pathwp-plugin
|
||||
- Restart your applicationserver
|
||||
|
||||
### Usage
|
||||
|
||||
@@ -15,19 +14,17 @@ repository. On this tab you are able to set path write protection for
|
||||
users and groups. Here are some rules for the usage of the pathwp
|
||||
plugin:
|
||||
|
||||
- Administrators and repository owner have always write access.
|
||||
- Grant write permissions on the \"Permission\" tab for every user or
|
||||
group who should write to any file or folder in the repository.
|
||||
- If the pathwp plugin is enabled, nobody can write to the repository
|
||||
expect administrators, repository owners and the specified rules.
|
||||
- To protect a complete folder use a star at the end of the path
|
||||
(e.g.: trunk/\*)
|
||||
- Administrators and repository owner have always write access.
|
||||
- Grant write permissions on the \"Permission\" tab for every user or
|
||||
group who should write to any file or folder in the repository.
|
||||
- If the pathwp plugin is enabled, nobody can write to the repository
|
||||
expect administrators, repository owners and the specified rules.
|
||||
- To protect a complete folder use a star at the end of the path (e.g.: trunk/\*)
|
||||
|
||||
Examples
|
||||
--------
|
||||
### Examples
|
||||
|
||||
\|=Path \|=Name \|=Group Permission \|=Description \| \| \* \| scmadmin
|
||||
\| false \| user scmadmin has write access to the whole repository \| \|
|
||||
trunk/\* \| development \| true \| group development has write access to
|
||||
the trunk directory \| \| trunk/joe.txt \| joe \| false \| user joe has
|
||||
write access to the file trunk/joe.txt \|
|
||||
| Path | Name | Group Permission | Description |
|
||||
| ------------- | ----------- | ---------------- | ---------------------- |
|
||||
| * | scmadmin | false | user scmadmin has write access to the whole repository |
|
||||
| trunk/\* | development | true | group development has write access to the trunk directory |
|
||||
| trunk/joe.txt | joe | false | user joe has write access to the file trunk/joe.txt |
|
||||
|
||||
Reference in New Issue
Block a user