Page tree

Versions Compared

Key

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

...

  • userName = NAME
    Anchor
    auth.userName
    auth.userName

    a username that is used to log into the Subversion repository.
     
  • password = PASSWORD 

    Anchor
    auth.password
    auth.password

    user password that is used to log into the Subversion repository.
     
  • sshKeyFile = PATH

    <a name="

    Anchor
    auth.sshKeyFile
    auth.sshKeyFile

    ">


    a path to SSH key file in case if SVN repository is supposed to be accessed over svn+ssh and the key is used for login. The path can be either absolute or relative to the Git repository where import/mirror from SVN is being performed to.
     
  • sshKeyPassphrase = PASSPHRASE

    <a name="

    Anchor
    auth.sshKeyPassphrase
    auth.sshKeyPassphrase

    ">


    passphrase for the SSH key.
     
  • sslClientCertFile = PATH

    <a name="auth.sshKeyPassphrase">

    Anchor
    auth.sslClientCertFile
    auth.sslClientCertFile

    a path to client SSL client certificate of PKSC#12 format for the case the SVN repository is being accessed over HTTPS and client certificate is used for log in. The path can be either absolute or relative to the Git repository where import/mirror from SVN is being performed to.
     
  • sslClientCertPassphrase = PASSPHRASE

    <a name="auth.sshKeyPassphrase">

    Anchor
    auth.sslClientCertPassphrase
    auth.sslClientCertPassphrase

    passphrase for the SSL client certificate.
     
  • passwords = PATH
    Anchor
    auth. passwords

    passwords = PATH<a name="

    auth. passwords

    ">


    a path to passwords file; the file contains username/password pairs that are used to log into the Subversion repository. The path can be either absolute or relative to the Git repository where import/mirror from SVN is being performed to.
     
  • credentialHelper = PATH

    <a name="

    Anchor
    auth.credentialHelper
    auth.credentialHelper

    ">


    a path to the credential helper program and its optional arguments. The path can be either absolute or relative to the Git repository where import/mirror from SVN is being performed to. The program is expected to be non-interactive (no prompt) and to use Git credential helper input/output format. Sample credential helper script could be found in subgit/samples directory.

     

  • subversionConfigurationDirectory = [PATH|@default@]

    <a name="

    Anchor
    auth.subversionConfigurationDirectory
    auth.subversionConfigurationDirectory

    ">


    a path to Subversion configuration directory or @default@ to use current user Subversion configuration and credentials cache. The path can be either absolute or relative to the Git repository where import/mirror from SVN is being performed to.
     
  • useDefaultSubversionConfigurationDirectory = [true|false]

    <a name="

    Anchor
    auth.useDefaultSubversionConfigurationDirectory
    auth.useDefaultSubversionConfigurationDirectory

    ">


    a boolean value , that can be set to true or false. When true default user SVN directory is used (~/.subversion) is used; when false, path that is set by subversionConfigurationDirectory option is used.