Repository tools command to repair incorrect unreferenced versions
Use the repairUnreferencedVersions command to repair versions marked incorrectly as unreferenced.
Purpose
You can run the repairUnreferencedVersions command in Engineering Requirements Management DOORS® Next to fix the versions that are marked as unreferenced in local versioning.
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 |
Example
Open a command prompt and enter this command:
cd C:\Program Files\IBM\JazzTeamServer\server\ repotools-rm.bat -repairUnreferencedVersions teamserver.properties=conf\rm\teamserver.properties analyzeOnly=true
Open a command line and enter this command:
cd opt/IBM/JazzTeamServer/server/ ./repotools-rm.sh -repairUnreferencedVersions teamserver.properties=conf/rm/teamserver.properties analyzeOnly=true