scm - getting status of all files in sandbox
Hi,
One I've loaded a Component , what's the best way of getting a status update on every file/directory in the sandbox? I thought scm status -j -C would work, however that only give information on active/unresolved changesets/files. I've also tried scm history -j Component Workspace , however it doesn't return information on directories. thanks, |
2 answers
The status command will only show the status of changed(unresolved) files, outgoing change sets (changes committed to a change set) and incoming change sets (new changes that needs to be accepted to by in sync with the stream).
If there are no changes then it will just list the workspace and components that were loaded into the sandbox.
|
A show status example is here https://jazz.net/help-dev/clm/topic/com.ibm.team.scm.doc/topics/show_status_ex.html
Comments
sam detweiler
commented Nov 17 '14, 2:16 p.m.
that status shows the outstanding unresolveds.. not for every file..
|
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.
Comments
what do you mean by 'status'?