Versions Compared

Key

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

...

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

To use GUI controls to change authorship computation:

...

For details on how to set authorship settings through settingslocalsettings, see see Configuring SettingsLocalsettings.

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 SettingsLocalsettings. This will override any authorship settings specified in the GUI.

...

Info
iconfalse
titleSpecifying Author Mapping in Settingslocalsettings

You can also specify the author mappings in a settings localsettings 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 settings option localsettings option authors.ignore.case=true|false. For details on settings localsettings options, see see Configuring SettingsLocalsettings.

Handling Authorship When Using Multiple Source Control Systems

...