This command scans one or more Subversion repositories and posts new commits to MAIA WebApp.
This command should be executed regularly to make sure that MAIA WebApp and the Subversion repository are synchronized.
Run command | Restrictions | Example |
---|---|---|
maia svn_scan | None | maia svn_scan -v -remote -repo-name blt --username autotest --password qwerty --no-auth-cache |
Option flag | Description | |
---|---|---|
--cyclic, -c | Enables cyclic scanning. (STRING ) | |
--owner | C | The owner of the scan activity. (STRING) The owner can be the name of a team, or a repository, in MAIA WebApp . This option cannot be used together with the option no-owner |
--repo-name, -r | M C | The name of the repository that will be scanned. The repo name is used to define a single repository. The repo name cannot be used together with the option --repo-file. The option --repo-name or --repo-file must be used in the command. (STRING) |
--repo-file, -i | M C | The name of the repositories that will be scanned. The repo file is used to define multiple repositories. The repo file cannot be used together with the option --repo-name. The option --repo-name or --repo-file must be used in the command. (STRING) |
--root, -o | The relative root path that will be scanned. (STRING) | |
--remote, -e | C | Scans a remote repository. The remote option cannot be used together with the option --path. |
--path, -p | C | The local path to the repository directory that is scanned. (STRING) The remote option cannot be used together with the option --remote. |
--scan-revision, -i | Enables scanning from a specific repository revision. (STRING) | |
--user-name, -u | The user name to the repository that contains the component. (STRING) | |
--password, -w | The password to the repository that contains the component. (STRING) | |
--no-auth-cache,-n | Disables caching of authentication tokens. |
The following additional command options apply to all MAIA Agent commands.
The following additional command options apply to all MAIA Agent commands.
Option flag | Description | |
---|---|---|
--help, -h | Shows all available options for the command. | |
--verbose, -v | Enables verbose mode. | |
--debug, -d | Enables debug mode. |