It's all about the answers!

Ask a question

scm - getting status of all files in sandbox


Stephen Rooks (18231825) | asked Nov 14 '14, 11:17 a.m.
edited Nov 14 '14, 11:17 a.m.
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,



Comments
sam detweiler commented Nov 16 '14, 11:55 p.m.

what do you mean by 'status'?

2 answers



permanent link
Dejan Custic (2855) | answered Nov 17 '14, 10:40 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
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..
I don't think there is a status for every file..


permanent link
Shashikant Padur (4.2k27) | answered Nov 16 '14, 11:41 p.m.
JAZZ DEVELOPER
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.

Your answer


Register or 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.