Repository tools command to repair versions with identical timestamps
Use the repairVersionsWithIdenticalTimestamp command to repair versions with identical timestamps for the same concept in the same configuration.
Purpose
During a baseline lookup, there might be more than one version found with an identical timestamp. You can run the repairVersionsWithIdenticalTimestamp command in Engineering Requirements Management DOORS® Next to fix the versions that have identical timestamps for the same concept in the same configuration.
Important: You
must shut down the server before you run the command.
Parameters
Attribute | Description | Required | Default |
---|---|---|---|
teamserver.properties | Path to the teamserver.properties file. | No | conf/rm/teamserver.properties |
analyzeOnly | Set to true to run the command in analyze mode only without repairing. | No | false |
logFile | Path to the log file. | No | repotools-rm_repairVersionsWithIdenticalTimestamp.log |
Example
Open a command prompt and enter this command:
cd C:\Program Files\IBM\JazzTeamServer\server\ repotools-rm.bat -repairVersionsWithIdenticalTimestamp teamserver.properties=conf\rm\teamserver.properties analyzeOnly=true
Open a command line and enter this command:
cd opt/IBM/JazzTeamServer/server/ ./repotools-rm.sh -repairVersionsWithIdenticalTimestamp teamserver.properties=conf/rm/teamserver.properties analyzeOnly=true