Attribute | Description | Required |
compression | true, false, or the number 1-9 (corresponding to possible values for CVS -z# argument). Any other value is treated as false | No. Defaults to no compression. if passed true, level 3 compression is assumed. |
cvsRoot | the CVSROOT variable. | No |
cvsRsh | the CVS_RSH variable. | No |
package | the package/module to analyze. | Yes |
quiet | suppress informational messages. | No, default "false" |
port | Port used by CVS to communicate with the server. | No, default port 2401. |
passfile | Password file to read passwords from. | No, default file /.cvspass. |
failonerror | Stop the buildprocess if the command exits with a returncode other than 0. Defaults to false | No |