Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

scontrol.rep<n>.type

This setting indicates that the repository type is Subversion. You can configure multiple repositories by adding an identifying value to the property name, e.g.:

scontrol.rep1.type=svn 

scontrol.rep2.type=svn 

scontrol.rep<n>.svn.url

This setting specifies the protocol, server name, port and starting repository path.

The URL should not include the project name and a trailing slash (/) to ensure that DTP can properly process information about your files. 

You can configure multiple repositories by adding an identifying value to the property name, e.g.:

scontrol.rep1.svn.url=http\://mycompany.svn-host.com/svn 

scontrol.rep2.svn.url=http\://mycompany.svn-alt-host.com/svn 

scontrol.rep<n>.svn.loginThis setting specifies the Subversion user name.  
scontrol.rep<n>.svn.password

This setting specifies the user's password to Subversion.

Use java -jar selenic_analyzer.jar -encodepass <PASSWORD> to encrypt the passwords of source control users. See -encodepass <password> for details. 

scontrol.svn.execThis setting specifies the path to an external client executable (svn).

...

scontrol.rep<n>.type

This setting indicates that the repository type is TFS. You can configure multiple repositories by adding an identifying value to the property name, e.g.:

scontrol.rep1.type=tfs

scontrol.rep2.type=tfs 

scontrol.rep<n>.tfs.url

This setting specifies the URL to TFS repository.

The URL should not include the project name and a trailing slash (/) to ensure that DTP can properly process information about your files. 

You can configure multiple repositories by adding an identifying value to the property name, e.g.:

scontrol.rep1.tfs.url=http\://mycompany.tfs-host.com/tfs

scontrol.rep2.tfs.url=http\://mycompany.tfs-alt-host.com/tfs 

scontrol.rep<n>.tfs.loginThis setting specifies the TFS user name.  
scontrol.rep<n>.tfs.password

This setting specifies the user's password to TFS.

Use java -jar selenic_analyzer.jar -encodepass <PASSWORD> to encrypt the passwords of source control users. See -encodepass <password> for details.