Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 74:cms_subversion [2019/10/16 10:28] – tssr | 74:cms_subversion [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== Subversion ==== | ==== Subversion ==== | ||
| + | |||
| + | Stages supports SVN 1.9, 1.10 and 1.14 | ||
| === Example Configuration === | === Example Configuration === | ||
| Line 14: | Line 16: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | |||
| </ | </ | ||
| === Host Properties === | === Host Properties === | ||
| - | These configuration properties affect the behavior of one SharePoint Online server. | ||
| - | Properties marked with * are required for the adapter to work. Properties marked with + are required, but there is a default value. This values can be overridden by configuring it in the config.xml. | ||
| - | ** * ** '' | + | These configuration properties affect the behavior of one Subversion server. |
| - | ** + ** '' | + | |
| + | *** ** '' | ||
| + | Properties marked with ** * ** are required for the adapter to work. | ||
| + | |||
| + | **# ** '' | ||
| + | Properties marked with ** # ** are required but can also be set in the //File Management// | ||
| + | |||
| + | **+ ** '' | ||
| + | Properties marked with ** + ** are required, but there is a default value. This values can be overridden by configuring it in the config.xml. | ||
| + | |||
| + | > user ** # ** | ||
| + | |||
| + | * __Description__: | ||
| + | The Subversion user needs read and write access to the repository. | ||
| + | |||
| + | > password ** # ** | ||
| + | |||
| + | * __Description__: | ||
| + | > http.connection.timeout ** + ** | ||
| + | |||
| + | * __Default Value__: 30000 | ||
| + | * __Description__: | ||
| + | > http.max.connections ** + ** | ||
| + | |||
| + | * __Default Value__: 100 | ||
| + | * __Description__: | ||
| + | > http.ssl.allow.all ** + ** | ||
| + | |||
| + | * __Default Value__: false | ||
| + | * __Description__: | ||
| + | > use.system.account.for.download ** + ** | ||
| + | |||
| + | * __Default Value__: false | ||
| + | * __Description__: | ||
| + | > domain | ||
| - | **user** | + | |
| + | > http.authentication.hostname (required for ntlm authentication) | ||
| - | * Default Value: N/A | + | |
| - | * Description: | + | === Repository Configuration === |
| - | **password** | + | Access to Subversion projects can be configured in Stages processes via “Management > File Management > Repositories”. [[https:// |
| - | * Default Value: N/A | + | > Name: The name of this Subversion |
| - | * Description: | + | |
| - | **domain** | + | > Subversion Server: This selection field contains an entry for each cms-host section in the Stages configuration file (config.xml). You can select the host for this repository configuration. |
| - | | + | > Repository Path Define the path to the Subversion repository. This overwrites the **path** |
| - | | + | |
| - | **http.authentication.hostname ** (required for NTLM authentication) | + | Example: |
| - | * Default | + | * **config.xml**: |
| - | * Description: The host name of the server that runs Stages and is allowed to authenticate via NTLM against | + | * Value in **Repository Path**: // |
| + | * Resulting **URL**: //< | ||
| + | * The path from the config.xml gets overwritten by the value from Repository Path. | ||
| - | **http.connection.timeout** | + | > Enforce Usage of System Account If this is set to //true//, Stages will use the user credentials from this repository configuration for **ALL** |
| - | * Default Value: 300000 | + | > Username: Define |
| - | * Description: | + | |
| - | **http.max.connections** | + | > Password Define a username for this repository configuration. This overwrites the property |
| - | * Default | + | > Default |
| - | * Description: | + | |
| - | **http.ssl.allow.all** | + | ==== Known Limitations ==== |
| - | * Default Value: false | + | == svn:needs-lock is actually not supported by Stages == |
| - | * Description: | + | |
| - | **use.system.account.for.download** | + | If the svn attribute "svn:needs-lock" |
| - | * Default Value: false | + | |
| - | * Description: | + | |