Page tree

Versions Compared

Key

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

...

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:

...

Code Block
username = SVN_USER_NAME
password = SVN_PASSWORD

Anchor
use_subversion_credentials_cache
use_subversion_credentials_cache
Using the Subversion credentials cache

SubGit can refer to the Subversion credentials cache to log in to a Subversion repository.

...

A web server that hosts a Subversion repository can be configured to request a username and password after the authentication with an SSL client certificate. For the information on the settings that you can use to specify a username and password, see the Specifying a username and a password section section.

The other way to specify a path to an SSL client certificate and an optional passphrase is the the Subversion  servers file that is located in the default Subversion configuration directory. (Add link to ⚓)

...

If a web server that hosts a Subversion repository along with an SSL client certificate requires a username and a password for authentication, SubGit refers to the servers configuration file for an SSL certificate and uses the Subversion credentials cache to log in to a Subversion repository. To specify the settings that fetch the Subversion credentials cache, see the Using the Subversion credentials cache section.

Using the SSH key-based authentication

...