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,
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.
Comments
sam detweiler
Nov 16 '14, 11:55 p.m.what do you mean by 'status'?