Question & Answer
Question
When using RTC(Rational Team Concert) for source control, some of the updated files do not get published to the repository and do not even appear in the changed files list.Product: RTC plugin for BPM IID
Answer
On Demand Consulting
Author: Vinoth Philominraaj
RTC by default produces a file named .jazzignore in the project root folder. This file will be updated with the files that are discarded during commit or local files that are explicitly specified by the developer to be ignored when synchronizing with repository.
When developer skips files during staging changes and committing to repository, skipped files get added to .jazzignore and will be ignored during future merges.
Hence when a file is changed in workspace but it does not get listed for merging during synchronization then the file must be added in .jazzignore file.
To fix this issue, remove the .jazzignore file from the project root folder and refresh the repository changes. Now all the changed files will be visible in the pending changes view and can be checked in into RTC.
Was this topic helpful?
Document Information
Modified date:
17 March 2019
UID
ibm10776281