Page tree

Versions Compared

Key

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

Table of Contents

Access methods to a Subversion repository

...

In the [auth "default"] section of the SubGit configuration file, you can specify the authentication settings depending on the authentication data that is required to log in to a Subversion repository.

Anchor
specify_username_and_password
specify_username_and_password
Specifying a username and a password

You can specify credentials to log in to a Subversion repository in the following settings:

...

The credentials from the passwords file may be used for mapping Git authors to Subversion revision authors when you translate Git commits to Subversion revisions. For the mapping purpose, you can specify the list of available usernames and passwords in the passwords file, though it is not obligatory. For more information on authors mapping, refer to the Authors Mapping section.

Tip

When you have several Git repositories mapped from the same Subversion repository, you can log in to this Subversion repository using a single passwords file.

...