It's all about the answers!

Ask a question

scm deliver throws an error "local file system is out of sync"


Nagarani Boggarapu (1045) | asked Feb 24 '15, 6:19 a.m.
I am using RTC 3.0.1.1 scm from command line.
I created a new workspace for myself.
I was able to load, share the directory of the files which i need to checkin, create changeset, associate a work item to the changeset, check in the change set successfully using scm cli.
But when i deliver my changes i get the local file system out of sync error as below:

C:\Users\Administrator.KVM210-W2K8>scm deliver 1014
Delivering changes:
  Workspaces:
    (1015) "is-onprem-dataclass_IA_for_jenkins" --> (1011) "is-onprem-dataclass_
IA"
      Components:
        (1012) "sorcerer"
          ChangeSets:
            (1014) ""
Components out of sync:
(1012) "sorcerer"
Problem running 'deliver':
Local filesystem is out of sync. Run 'scm load' with --force option to reload the workspace.

Can anyone help me in getting this problem resolved?

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Feb 24 '15, 9:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This is a typical symptom for this scenario:
  • A repository workspace has been loaded to disk
  • The local files on disk where changed without noticing the repository workspace

You need to run a SCM status to detect local changes.

Another scenario is that

  • The repository workspace has been loaded and changed somewhere else

In this case the repository workspace here detects files on the file system are inconsistent to its state, which is not supposed to happen, because the same repository workspace should only loaded and modified once.

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.