It's all about the answers!

Ask a question

lscm, list files out of sync with repository workspace


Jason Dean (1062168) | asked Jul 14 '10, 8:40 a.m.
Hi,
From the command line, how can you see what files are out of sync with your repository workspace.

doing lscm load --force will show you what files get changed, but how do you see which files are about to be changed?

We have noticed that if you change a file for example using vi, lscm status will show this file is modified, but it will not show other files which are out of sync with the repository workspace.

e.g. On windows box file x.c was modified and checked in.

On linux box file y.c was modified with vi.

lscm status just shows y.c as a pending change, but it doesn't show that x.c is different to the x.c on the local workspace.

Thanks for any help,

Jas

One answer



permanent link
Shashikant Padur (4.3k27) | answered Jul 15 '10, 4:13 a.m.
JAZZ DEVELOPER
Hi,
From the command line, how can you see what files are out of sync with your repository workspace.

doing lscm load --force will show you what files get changed, but how do you see which files are about to be changed?

We have noticed that if you change a file for example using vi, lscm status will show this file is modified, but it will not show other files which are out of sync with the repository workspace.

e.g. On windows box file x.c was modified and checked in.

On linux box file y.c was modified with vi.

lscm status just shows y.c as a pending change, but it doesn't show that x.c is different to the x.c on the local workspace.

Thanks for any help,

Jas


http://jazz.net/forums/viewtopic.php?t=11658 post by you talks about the same issue and I have responded to that post.
There is no way to list which files are out of sync for a component or download only those changed files. The only option is to reload the entire component (load -f).

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.