Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi @all,
i want to get the projectlabels of all checkpoints, which are including a special member in a special revision. So i tried this:
si viewhistory --project=/<projectpath>/project.pj --fields=revision,checkpointlabels --rfilter=range:1.23.2.1-1.23.2.3 <membername>
The filterrange are revisions of this member, which definitively are in checkpoints with labels, but all checkpoints are inside of devpaths. But all i've got as answer from the command is the membername and its revisions.
If i send the same command with other revisions of this member, and these revisions are located in mainline-checkpoints, i'll get the checkpointlabel together with the revision.
The same command without the revision-filter gives me a list of all revisions of this member in this project, but only the member-revisions which are located in the mainline will show a correlated checkpointlabel.
Am i missing some options or is this command buggy?
kind regards, Jens