scmbug_install_glue

Langue: en

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

Section: 1 (Commandes utilisateur)

NAME

scmbug_install_glue - Installs the Scmbug glue in an SCM system

SYNOPSIS

scmbug_install_glue --scm=SCM_NAME --repository=REPOSITORY_PATH --product=PRODUCT_NAME --bug=BUG_ID --binary-paths=BINARY_PATHS --daemon=DAEMON_IP

DESCRIPTION

Installs the Scmbug glue in an SCM system.

USAGE

All the parameters are required. After invocation follow the interactive prompts.

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 installing for CVS, this should be set to the contents of the CVSROOT variable.

When installing 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.
--bug=BUG_ID
The bug id used to capture installation of the Scmbug glue in the SCM system.
--binary-paths=BINARY_PATHS
A comma(,) separated list of paths to the SCM tool's binaries.
--daemon=DAEMON_IP
The IP address at which the Scmbug integration daemon listens.

EXAMPLES

CVS

scmbug_install_glue --scm=CVS --product=TestProduct --repository=/tmp/testrepository --bug=1 --binary-paths=/usr/local/cvs-1.11.21/bin,/bin,/usr/bin --daemon=127.0.0.1

SUBVERSION

scmbug_install_glue --scm=Subversion --product=TestProduct --repository=/tmp/testrepository --bug=1 --binary-paths=/bin,/usr/bin --daemon=127.0.0.1

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>.