This command prepares the scanning of one or more local Subversion repository clones.
The command checks out the components and their repository files. The repository files are used by MAIA Agent to scan the repository.
Run command | Restrictions | Example |
---|---|---|
maia init_svn_scan | The command should only be used for local clones. | maia init_svn_scan --repo-name nanodev --root packages/blt/trunk --clone --username autotest --password qwerty --start-date="2014-03-23" |
Option flag | Description | |
---|---|---|
--repo-name, -r | M | The name of the repository that will be scanned. The repo name defines a single repository. |
--root, -o | The relative root path that will be scanned. (STRING) | |
--path, -p | The local path to the directory that will be scanned. (STRING) | |
--clone, -c | Clones the repository. | |
--remote, -e | Scans a remote repository. | |
--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) | |
--start-date, -s | Enables scanning from a specific time. The default start date is the time that the command is executed. (TIME) |
|
--from-first, -f | Enables scanning from the first commit in the repository. |
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. |