LSCM workspace delete
Whenever i try the command to delete a workspace, it seems to be missing some parameters.
(I'm trying to delete a repository named 'common' on our RTC server)
lscm workspace delete -u BUILD -P BUILD common
Error message:
Problem running 'workspace delete':
subcommand "delete" requires argument-based initialization, but does not provide a directory argument.
Usage: lscm workspace delete [options] <workspace>
|
Accepted answer
It seems, that when you are using workspace name, you need to add also -r parameter (or use lscm login before).
N., could you try following command:
lscm workspace delete -r https://your-server:9443/ccm -u BUILD -P BUILD common
N. VD selected this answer as the correct answer
Comments
N. VD
commented May 13 '13, 9:03 a.m.
Thank you very much Krzysztof and Piotr !
The suggestion Krzysztof made in the previous post worked just the way I was expecting it to.
|
2 other answers
the workspace should be addressed by the id, not the name.
try running >lscm list workspaces to find out the id of the workspace. |
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.