Showing posts with label Rational Team Concert. Show all posts
Showing posts with label Rational Team Concert. Show all posts

Tuesday 16 February 2016

List all baselines of a stream in IBM RTC

For listing out all baselines of a stream using the Rational Team Concert command line interface, type the following command.

Usage :

lscm list baselines -r repository-name -w stream-name

Eg :

lscm list baselines -r https://jtsrv.uk.hibm.company:9094/jazz -w htse.mydocs.inc.midata.release

Notice we haven't used any double quotes for any parameter in the syntax for this command.

Thursday 11 February 2016

How to list all Components of a Stream in IBM RTC

Inorder to list all the components of a stream in IBM RTC from the command line, run the following command.

Usage :

lscm list components -r repository-connection-name -w stream-name

Eg : 

lscm list components -r https://jtsrv.uk.hibm.company:9094/jazz -w htse.mydocs.midata.dev

Notice that for this command we haven't used quotes anywhere in the syntax. Also note for the -w switch for workspace, we need to supply the stream name.

The output would be obviously the list of components as expected, something like :

Workspace: (1001) "htse.mydocs.midata.dev"
     Component: (1091) "htse-mydocs-abc"
     Component: (1092) "htse-mydocs-xyz"
     Component: (1093) "htse-mydocs-pqr"

How to list all Streams of a project area in IBM RTC

In IBM Rational Team Concert, if you want to list all streams of a project area from the command line, here's a quick reference.

Usage :

lscm list streams --projectarea "project-area-name" -r repository-connection-name

Eg :

lscm list streams --projectarea "pdfservice.channels.group.prd" -r https://jtsrv.uk.hibm.company:9094/jazz

The output would be the names of all streams something like :

(1000) "htse.midata.dev"
(1001) "htse.mydocs.dev"
(1002) "pdfservice.channels.group.stream"

Kindly note that as per the syntax we need to use quotes only for the project area name and not for the repository connection.

How to list all Project Areas in IBM RTC from command line

Inorder to list all the project areas of a repository connection in IBM Rational Team Concert, run the following command :

lscm list projectareas -r repo-name

Eg :

lscm list project areas -r https://jtsrv.uk.hibm.company:9094/jazz

The output will list all the available project areas for only that repository.
Related Posts Plugin for WordPress, Blogger...
eXTReMe Tracker