Page tree

Versions Compared

Key

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

...

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

Note

Each Subversion project is translated to a separate Git repository.

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. The configuration directory is located at: C:/Users/atlbitbucket/AppData/Roaming/Subversion.

...

The default polling interval is 60.

To disable periodic synchronization and synchronize when pushing commits to a Git repository, set the polling interval to 0 (zero).

...

Note

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

...

.

Tip

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