how to change owner of workspace using SCM command ?
Hello
I need to create bulk user workspaces and will have to assign them as owner. However I saw there is no option for the create workspace with owner specified as a other valid contributor. or there is no option to change the workspace owner using the scm command. I am using perl to automate these things. Can you please let me know if there is any option to do so?
I need to create bulk user workspaces and will have to assign them as owner. However I saw there is no option for the create workspace with owner specified as a other valid contributor. or there is no option to change the workspace owner using the scm command. I am using perl to automate these things. Can you please let me know if there is any option to do so?
2 answers
The command line has the "propertylist" and "propertyset" subcommands to set these values.
lscm workspace propertylist/propertyset
Using those, you can see the current properties of a workspace and set them to new values.
lscm workspace propertylist/propertyset
Using those, you can see the current properties of a workspace and set them to new values.
Comments
Deepti Rao
Jan 17 '13, 1:37 p.m.Hi Praveen.. We are trying to achieve the same thing. Did you have any luck. Could you please share.
Tim Mok
JAZZ DEVELOPER Jan 17 '13, 1:39 p.m.Have you tried my suggestion of the propertylist/propertyset subcommand for workspace?
Deepti Rao
Jan 17 '13, 2:43 p.m.The only command on property is
scm property <get|list|remove|set> <files..> and not on workspace?