How to load local workspace(sandbox) with scm
first:
the respose was:
second:
the response is:
Dietmar
|
Accepted answer
As Ralph points out the load syntax could be one of the following:
where the sandbox is D:\Sandbox\HMI_Test and 1447 is the alias of the workspace.
or
where the sandbox is "D:\Sandbox\HMI_Test workspace" and 1447 is the alias of the workspace.
Dietmar Wolf selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Jul 07 '15, 8:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 07 '15, 8:27 a.m. lscm load -r myserver:9443/jazz -u myid -P mypassword -d D:\Sandbox\HMI_Test workspace @1446 I don't think workspace belongs there in the help https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html&scope=null it is in brackets which means it has to be replaced by The workspace to load. To specify the workspace, use its name[@repo], alias, or UUID[@repo]. You could also have a space too many or an underscore too few. |
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.