Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Command line interface creating respository workspace

I was referencing this article in regards to creating a repository workspace. Getting Started with the jazz scm command line/

In  creating a repository workspace this is the command. I notice that there is not a specification for the project area.  You put in a nickname and stream name in the script but what if you have streams with the same name in different project areas?  How would this be handled?   I could have a stream called "Main Dev" or "2013Q2" in different project areas.

~$ lscm create workspace -r local -s Stream1 Workspace1
Workspace (4819) "Workspace1" successfully created





0 votes



One answer

Permanent link

Hi Sean,

You can use the command "lscm list streams --projectarea <project_area_name" to list the alias of the streams owned by the project area. The alias is a short string of digits.

Then use "lscm create workspace -r <repo-connection> -s <stream_alias> <workspace_name" to create the workspace.

Hope the above command is helpful.

 

Regards,

Lily

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,033

Question asked: Apr 04 '13, 1:17 p.m.

Question was seen: 3,891 times

Last updated: Apr 05 '13, 12:00 a.m.

Confirmation Cancel Confirm