Correct migration of old documentation

This commit is contained in:
Florian Scholdei
2020-03-31 17:28:30 +02:00
parent ac66e6097e
commit fad91d5511
66 changed files with 2362 additions and 1931 deletions

View File

@@ -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 |