This is an old revision of the document!


Back to CMS Configuration

Subversion

Example Configuration

<cms-type name="subversion">
    <!-- Global Properties -->
    <cms-host ident="subversion.example.ident" name="https://subversion.example.net:1234" displayName="Subversion Example Server">
        <!-- Host Properties -->
        <cms-property name="user" value="subversion_username" />
        <cms-property name="password" value="subversion_password" />
    </cms-host>
</cms-type>

Host Properties

user

  • Default Value: N/A
  • 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

  • Default Value: N/A
  • 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

  • Default Value: N/A
  • 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: N/A
  • 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: 300000
  • 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: 100
  • Description: The maximum number of simultaneously used HTTP connections between Stages and the Subversion Server.

http.ssl.allow.all

  • Default Value: false
  • 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 connections. It is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).

use.system.account.for.download

  • Default Value: false
  • Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, files will be downloaded from stages using the system account.