Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_subversion [2019/10/16 11:25] tssr74:cms_subversion [2020/05/19 16:12] tssr
Line 35: Line 35:
  
   * __Description__: You may enter the Subversion password for the Stages system account here instead of the corresponding field Password in the cms profile. If both values exist, the password from the cms profile is preferred.   * __Description__: You may enter the Subversion password for the Stages system account here instead of the corresponding field Password in the cms profile. If both values exist, the password from the cms profile is preferred.
- 
-> domain 
- 
-  * __Description__: You may enter the Subversion default domain for the Stages system account, and all user accounts. (Only necessary for ntlm authentication) 
- 
-> http.authentication.hostname  (required for ntlm authentication) 
- 
-  * __Description__: The host name of the server that runs Stages and is allowed to authenticate via ntlm against the Subversion server 
  
 > http.connection.timeout ** + ** > http.connection.timeout ** + **
Line 64: Line 56:
   * __Description__: When set to true, files will be downloaded from stages using the system account.   * __Description__: When set to true, files will be downloaded from stages using the system account.
  
 +> domain
 +
 +  * __Description__: You may enter the Subversion default domain for the Stages system account, and all user accounts. (Only necessary for ntlm authentication)
 +
 +> http.authentication.hostname  (required for ntlm authentication)
 +
 +  * __Description__: The host name of the server that runs Stages and is allowed to authenticate via ntlm against the Subversion server
 +
 +=== Repository Configuration ===
 +Access to Subversion projects can be configured in Stages processes via “Management > File Management > Repositories”.
 +{{ :cms:svn-repository.png? |}}
 +
 +> Name:
 +The name of this Subversion configuration. This name will be used by Stages to refer to this repository configuration (e.g. in repository plan)
 +
 +> 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.
 +
 +> Username:
 +Define a username for this repository configuration. This overwrites the property **username** from the configuration file (config.xml).
 +
 +> Password
 +Define a username for this repository configuration. This overwrites the property **password** from the configuration file (config.xml).
 +
 +> Default Lifecycle
 +Select a lifecycle from the process metamodel as default for files from this repository.
 +
 +> Repository Path
 +Define the path to the Subversion repository. This overwrites the **path** from the URL entered in the configuration file (config.xml).
 +
 +Example:
 +
 +Configuration file (config.xml):
 +        **<nowiki><cms-host name="http://mySubversion.de:123/myPath/to/myRepository" /></nowiki>
 +Value in  Repository Path:
 +        **myPath/to/another/Repository**
 +Resulting URL:
 +        **<nowiki>http://mySubversion.de:123/myPath/to/myRepository</nowiki>**
 +
 +The path from the config.xml gets overwritten by the value from Repository Path.
  
 +> Enforce Usage of System Account