Page tree

Versions Compared

Key

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

Table of Contents

[core]

[CORE]

Anchor
core
core


  • logs = PATH
    Anchor
    core.logs
    core.logs

    a path to the directory where SubGit logs are being stored. The path can be either absolute or relative to the Git repository where import/mirror from SVN is being performed to. 

...

  • authorsFile = PATH

    a path to the authors mapping file or authors mapping helper program:

    • authors mapping file – a text file with explicit authors mapping:

      Code Block
      languagetext
      themeFadeToGrey
      titleauthors mapping syntax
      svn_username = Git User <gituser@example.com>
    • authors helper program – an executable authors mapping helper program and its optional arguments.

    Find more details on authors mapping in the authors mapping user manual.
    There could be more than one authorsFile options specified, they will be processed from the last to the first until the mapping is obtained.
     
  • authorsFileEncoding = ENCODING
    Anchor
    core.authorsFileEncoding
    core.authorsFileEncoding

    encoding in which authors mapping information is present. The default value is UTF8.
     
  • defaultDomain = DOMAIN

  • failSafe =

    \

    [auto|svn|git

    \

    ]

  • pathEncoding = ENCODING

  • gitPath = PATH

  • streamFileThreshold = SIZE

  • javaHome = PATH

...

a path to the directory where SubGit logs are being stored. The path can be either absolute or relative to the Git repository where import/mirror from SVN is being performed to. 

 

...

  • INFO – default level, least verbose, reflects import/mirror process steps.

  • FINER – more verbose, Subgit logs every action it performs.

  • FINEST – most verbose, logs everything, including whole network traffic with all the payload.

The values are case-insensitive. 

...