lscm, list files out of sync with repository workspace
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
Hi, 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
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.