Document namespace restrictions

This commit is contained in:
René Pfeuffer
2020-09-10 10:10:20 +02:00
parent 80e538c76e
commit 7a226c8711
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ Im SCM-Manager können neue Git, Mercurial & Subersion (SVN) Repositories über
Optional kann man das Repository beim Erstellen direkt initialisieren. Damit werden für Git und Mercurial jeweils der Standard-Branch (master bzw. default) angelegt. Außerdem wird ein initialer Commit ausgeführt, der eine README.md erzeugt.
Für Subversion Repositories wird die README.md in einen Ordner `trunk` abgelegt.
Ist die Namespace-Strategie auf "Benutzerdefiniert" eingestellt, muss noch ein Namespace eingetragen werden.
Ist die Namespace-Strategie auf "Benutzerdefiniert" eingestellt, muss noch ein Namespace eingetragen werden. Für den Namespace gelten dieselben Regeln wie für den Namen des Repositories. Darüber hinaus darf ein Namespace nicht nur aus bis zu drei Ziffern (z. B. "123") oder dem Wort "create" bestehen.
![Repository erstellen](assets/create-repository.png)

View File

@@ -30,7 +30,7 @@ In SCM-Manager new Git, Mercurial & Subversion (SVN) repositories can be create
Optionally, repositories can be initialized during the creation. That creates a standard branch (master or default) for Git and Mercurial repositories.
Additionally, it performs a commit that creates a README.md. For Subversion repositories the README.md will be created in a directory named `trunk`.
If the namespace strategy is set to custom, the namespace field is also mandatory.
If the namespace strategy is set to custom, the namespace field is also mandatory. The namespace must heed the same restrictions as the name. Additionally, namespaces that only consist of three digits, or the word "create" are not valid.
![Create Repository](assets/create-repository.png)