Reputation: 95
Is there a way using the Accurev client or command line to query all the issues (in a specific state) that have file changes associated with them? If you use the Accurev client, and open an issue, the Changes tab lists the changed files. However, when creating an issues query expression, I don't see any fields that indicate the changed files (or even if there are changed files).
Upvotes: 1
Views: 1025
Reputation: 2097
You will need to use the "cpkdescribe" query to pull that information. A "queryIssue" query retrieves all the other fields, but not the change package data.
See the AccuRev_User_CLI.pdf manual that is included with your installation of AccuRev.
Upvotes: 1