scmbug_vdd_generator

Langue: en

Version: 12 February 2008 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

scmbug_vdd_generator - Produces a Version Description Document from an SCM repository that uses the Scmbug glue

SYNOPSIS

scmbug_vdd_generator --scm=SCM_NAME --repository=REPOSITORY_PATH --product=PRODUCT_NAME --from=RELEASE_FROM --to=RELEASE_TO [ --user=USERNAME ] [ --output-directory=OUTPUT_DIRECTORY ]

DESCRIPTION

Produces a Version Description Document from an SCM repository that uses the Scmbug glue.

USAGE

Run with all required parameters.

OPTIONS

The parameters are:

--scm=SCM_NAME
The name of the SCM system. Valid options are:
CVS
Subversion
--repository=REPOSITORY_PATH
The path to the SCM repository.

When using for CVS, this should be set to the contents of the CVSROOT variable.

When using for Subversion, this should be prefixed with file://.

--product=PRODUCT_NAME
The name used in the bug-tracking system to track defects for the product developed under the SCM system.
--from=RELEASE_FROM
The previous release label.
--to=RELEASE_TO
The new release label.
--user=USERNAME
The username of the user creating the VDD document. The default is the username of the user executing the tool.
--output-directory=OUTPUT_DIRECTORY
The directory in which all VDD output will be created. The default is vdd_output.

EXAMPLES

SUBVERSION

scmbug_vdd_generator --scm=Subversion --product=TestProduct --repository=/tmp/testrepository --from=SCMBUG_RELEASE_0-8-18 --to=SCMBUG_RELEASE_0-8-19

VERSION

RELEASE_0-23-4

BUGS

This tool needs improvement. The list of bugs is available at the project's bug-tracking system <URL:http://bugzilla.mkgnu.net>, under the 'Tools' component.

REPORTING_BUGS

Please report bugs at the project's bug-tracking system <URL:http://bugzilla.mkgnu.net>.

SEE ALSO

The Scmbug manual <URL:/usr/share/doc/scmbug-doc/manual>, provided by the package scmbug-doc.

AUTHOR

The Scmbug Team <URL:http://freshmeat.net/projects/scmbug>.