Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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?

0 votes



One answer

Permanent link
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.

0 votes

Your answer

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

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,020

Question asked: Feb 24 '15, 6:19 a.m.

Question was seen: 3,322 times

Last updated: Feb 24 '15, 9:07 a.m.

Confirmation Cancel Confirm