Page tree

Versions Compared

Key

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

On the Connection tab, specify or change the URL to a Subversion directory and the authentication settings to log in to a Subversion repository.

In the URL field, specify the URL to a Subversion directory that you want to import or mirror.

Then, specify or change the authentication settings to log in to a Subversion repository.

To use the authentication data from a Subversion server and credentials cache, select the Use server-side Subversion configuration and credentials cache checkbox.

Otherwise, clear the checkbox, and from the Authenticate With list, select the authentication method to log in to a Subversion repository. Depending on the configuration of your Subversion server, you may select:

  • Username and Password
  • SSH Private Key
  • SSL Client Certificate

Specify the required credentials for the authentication method that you’ve selected.

Check connection to the Subversion repository by clicking Test Connection.


In the Poll Interval field, specify the synchronization frequency (in seconds) of your Git repository with the original Subversion repository.

By default, the polling interval is set to 60.

Note

In case you have a lot of mirrors, the default polling interval may cause performance issues.

Set the polling interval to 0 (zero) to disable periodic synchronization and synchronize on pushing commits to a Git repository.

Tip

To reduce SVN Mirror resource usage, use REST API to invoke the explicit synchronization or install the post-commit hook script on a Subversion server to call REST API. For more information, see the Using REST API section.