6.1.4.17. VSS¶
Integration with Microsoft Visual SourceSafe (VSS)
Support for Microsoft Visual Source Safe (VSS).
VCSIntegration VSS supports only file blame information.
Options¶
The following places define options that affect this rule: VCSIntegration, Project-GlobalOptions
binary¶
binary : str = 'ss'
dateformat¶
dateformat : str = '%d.%m.%Y;%H:%M:%S'
encoding¶
encoding : str = 'utf-8'
history_user¶
history_user : typing.Pattern[str] = '^(?:Benutzer|User)[ \t]*:[ \t]+(.*)[ \t]+(?:Datum|Date)'
options¶
options : str | None = None
project_path¶
project_path : str = 'None (value must be set)'
$/).
property_file¶
property_file : typing.Pattern[str] = '^(?:Datei|File)[ \t]*:[ \t]+(.*)\r?'
property_project¶
property_project : typing.Pattern[str] = '^(?:Projekt|Project)'
property_version¶
property_version : typing.Pattern[str] = '^[ \t]+(?:Version)[ \t]*:[ \t]+([0-9]+)(?:[ \t]+(?:Version))?'
rootpath¶
rootpath : bauhaus.analysis.config.ProjectRelativePath = '.'
rootpath options have to be set differently. The value of
rootpath must not be outside of
/Project/directory for source code to be visible
in the dashboard and for local_mode to work
correctly.
skip_blame¶
skip_blame : bool = False
ssdir¶
ssdir : bauhaus.analysis.config.ProjectRelativePath = 'None (value must be set)'
Srcsafe.ini file.
use_timestamp_as_revision¶
use_timestamp_as_revision : bool = False