Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.1

...

  • Through the Scope and Authorship preferences page in the SOAtest GUI.
  • Through localsettingssettings.

To use GUI controls to change authorship computation:

...

For details on how to set authorship settings through localsettingssettings, see see Configuring LocalsettingsSettings.

Anchor
Specifying File-to-Author_Mappings  
Specifying File-to-Author_Mappings  
Specifying File-to-Author Mappings

...

  • From the GUI - Specifying the path to that file in the Preferences dialog’s Scope and Authorship> Authorship Mapping category (using the Shared File option).
  • From the command line - Specifying the path to that file using scope.xmlmap=true, scope.xmlmap.file=[file], and scope.mappings.locationproperties (via the -local-settings option described in Configuring LocalsettingsSettings. This will override any authorship settings specified in the GUI.

...

Info
iconfalse
titleSpecifying Author Mapping in localsettingsSettings

You can also specify the author mappings in a localsettings settings file (from the command line or in the SOAtest preferences stored on Concerto).

To do this:

  1. Set authors.mappings.location=local.
  2. Use authors.mapping to specify the appropriate mappings.
  3. Use authors.user to specify email settings.

For example:

authors.mappings.location=local

authors.mapping1=baduser,gooduser

authors.mapping2=brokenuser,fixeduser

authors.mapping3=olduser,newuser

authors.user1=gooduser,[email protected],Gooduser Stowe

authors.user2=fixeduser,[email protected],Fixeduser White

...

...

You can also configure this mode with the localsettings option settings option authors.ignore.case=true|false. For details on localsettings settings options, see see Configuring LocalsettingsSettings.

Handling Authorship When Using Multiple Source Control Systems

...