When can "CRJAZ1150E The repository was not verified: SCM Verification failures" be ignored?
![]()
When running repotools verify commands to Czech the referential integrity of the database, the following error is logged:
2015-10-20 14:59:03,013 Verifying items present in the "com.ibm.team.scm" component. 2015-10-20 14:59:36,354 CRJAZ1150E The repository was not verified: SCM Verification failures 2015-10-20 14:59:36,354 CRJAZ1150E The repository was not verified: Validation failures: history contains multiple references to change set <uid> |
One answer
![]()
Generally speaking, a changeSet is not allowed to appear more than once in a workspace's history, however this condition only started being enforced in 3.0. Servers with content that has been around since before then may have this as a pre-existing condition.
|