Adding Subversion source control providers
Add a Subversion provider to specify a source control integration connection for the Helix ALM project. This makes it easier for users to set up the integration in Helix ALM because the repository connection is already configured. See Third-Party Integrations for a list of supported versions.
1. Choose Tools > Administration > Source Control Providers.
The Source Control Providers dialog box opens.
2. Click Add.
3. Enter the provider Name. You can enter up to 256 characters. Provider names must be unique.
4. Select Subversion as the Type.
5. Enter the Subversion Repository URL to connect to the repository.
Use the correct URL format for the Subversion server.
- Remote server—svn://hostname/repo
- Web server using mod_dav—http://webaddress/svn/repo
- Web server with SSL enabled—https://webaddress/svn/repo
6. Click OK to save the provider.
After the provider is added, it is available to select in the Source Control Integration Local Options dialog box when users enable the integration. See Configuring source control integration.