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:12] tssr74:cms_subversion [2019/10/16 11:43] – [Subversion] tssr
Line 28: Line 28:
 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__: You may enter the Subversion username for the Stages system account here instead of the corresponding field Username in the cms profile. If both values exist, the username from the cms profile is preferred.
  
-   Default Value: N/A +> password ** # **
-  Description: You may enter the Subversion username for the Stages system account here instead of the corresponding field Username in the CMS profile. If both values exist, the username from the CMS profile is preferred.+
  
-**password**+  __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.
  
-  * Default Value: N/A +> http.connection.timeout ** + **
-  * Description: You may enter the Subversion password for the Stages system account here instead of the corresponding field Password in the CMS profileIf both values exist, the password from the CMS profile is preferred.+
  
-**domain**+  __Default Value__: 30000 
 +  __Description__: The timeout in milliseconds until a http connection has to be established and the maximum period of inactivity (in milliseconds) between two consecutive data packets before the socket is closed.
  
-  Default Value: N/A +> http.max.connections ** + **
-  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)+  __Default Value__: 100 
 +  __Description__: The maximum number of simultaneously used http connections between Stages and the Subversion server.
  
-  Default Value: N/A +> http.ssl.allow.all ** + **
-  Description: The host name of the server that runs Stages and is allowed to authenticate via NTLM against the Subversion server+
  
-**http.connection.timeout**+  __Default Value__: false 
 +  __Description__: When set to true, disables any verification checks for certificates in case of ssl-secured https connectionsIt is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).
  
-  Default Value: 300000 +> use.system.account.for.download ** + **
-  Description: The timeout in milliseconds until a HTTP connection has to be established and the maximum period of inactivity (in milliseconds) between two consecutive data packets before the socket is closed.+
  
-**http.max.connections**+  __Default Value__: false 
 +  __Description__: When set to true, files will be downloaded from stages using the system account.
  
-  * Default Value: 100 +> domain
-  * Description: The maximum number of simultaneously used HTTP connections between Stages and the Subversion Server.+
  
-**http.ssl.allow.all**+  __Description__: You may enter the Subversion default domain for the Stages system account, and all user accounts(Only necessary for ntlm authentication)
  
-  * Default Value: false +http.authentication.hostname  (required for ntlm authentication)
-  * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, disables any verification checks for certificates in case of SSL-secured HTTPS connectionsIt is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).+
  
-**use.system.account.for.download** +  __Description__The host name of the server that runs Stages and is allowed to authenticate via ntlm against the Subversion server
-  * Default Valuefalse +
-  * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, files will be downloaded from stages using the system account.+