Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 74:cms_subversion [2020/05/19 16:25] – 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. | ||
| - | ** * ** '' | + | 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 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 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. | Properties marked with ** + ** are required, but there is a default value. This values can be overridden by configuring it in the config.xml. | ||
| > user ** # ** | > user ** # ** | ||
| - | | + | * __Description__: |
| + | The Subversion user needs read and write access to the repository. | ||
| > password ** # ** | > password ** # ** | ||
| * __Description__: | * __Description__: | ||
| - | |||
| > http.connection.timeout ** + ** | > http.connection.timeout ** + ** | ||
| * __Default Value__: 30000 | * __Default Value__: 30000 | ||
| * __Description__: | * __Description__: | ||
| - | |||
| > http.max.connections ** + ** | > http.max.connections ** + ** | ||
| * __Default Value__: 100 | * __Default Value__: 100 | ||
| * __Description__: | * __Description__: | ||
| - | |||
| > http.ssl.allow.all ** + ** | > http.ssl.allow.all ** + ** | ||
| * __Default Value__: false | * __Default Value__: false | ||
| * __Description__: | * __Description__: | ||
| - | |||
| > use.system.account.for.download ** + ** | > use.system.account.for.download ** + ** | ||
| * __Default Value__: false | * __Default Value__: false | ||
| * __Description__: | * __Description__: | ||
| - | |||
| > domain | > domain | ||
| * __Description__: | * __Description__: | ||
| - | + | > http.authentication.hostname (required for ntlm authentication) | |
| - | > http.authentication.hostname | + | |
| * __Description__: | * __Description__: | ||
| - | |||
| === Repository Configuration === | === Repository Configuration === | ||
| - | Access to Subversion projects can be configured in Stages processes via “Management > File Management > Repositories”. | ||
| - | {{ : | ||
| - | > Name: | + | Access to Subversion |
| - | The name of this Subversion | + | |
| - | > Server: | + | > Name: The name of this Subversion configuration. |
| - | This selection field contains an entry for each cms-host section in the Stages configuration | + | |
| - | > Repository Path | + | > 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. |
| - | Define the path to the Subversion repository. This overwrites the **path** from the URL entered in the configuration file (config.xml). | + | |
| + | > Repository Path Define the path to the Subversion repository. This overwrites the **path** | ||
| Example: | Example: | ||
| - | | + | |
| - | * Value in Repository Path: myPath/ | + | * **config.xml**: //< |
| - | * Resulting URL: < | + | * Value in **Repository Path**: //myPath/ |
| + | * Resulting | ||
| * The path from the config.xml gets overwritten by the value from Repository Path. | * The path from the config.xml gets overwritten by the value from Repository Path. | ||
| - | > Enforce Usage of System Account | + | > Enforce Usage of System Account If this is set to //true//, Stages will use the user credentials from this repository configuration for **ALL** |
| - | If this is set to //true//, Stages will use the user credentials from this repository configuration for **ALL** operations. This means, every check-in, download or lock operation will be executed with the same username. | + | |
| + | > Username: Define a username for this repository configuration. This overwrites the property **username** | ||
| + | |||
| + | > Password Define a username for this repository configuration. This overwrites the property **password** | ||
| + | |||
| + | > Default Lifecycle Select a lifecycle from the process metamodel as default for files from this repository. | ||
| + | |||
| + | ==== Known Limitations ==== | ||
| - | > Username: | + | == svn:needs-lock is actually not supported by Stages == |
| - | Define a username for this repository configuration. This overwrites the property **username** from the configuration file (config.xml). | + | |
| - | > Password | + | If the svn attribute " |
| - | Define | + | |
| - | > Default Lifecycle | ||
| - | Select a lifecycle from the process metamodel as default for files from this repository. | ||