Quantcast
Channel: PTC Community : Popular Discussions - Integrity
Viewing all articles
Browse latest Browse all 3432

[SI] quoting or escaping values for --rfilter?

$
0
0

Hi @all,

 

some user has made a devpath and named it "ABCDE/12". I can set the filter for my projecthistory in the rich client and then i get all revisions which are present in this devpath. But in the commandline it doesnt work. I think Integrity seems to have trouble with the slash in the devpath-name and i cant get it "outquoted" or such things. Here something i tried:

 

si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:'"ABCDE/12"'

 

in this case i got: *** MKS124814: Cannot show view information: MKS125382: Illegal development path specification: One or more Invalid characters found.

 

Then i changed the quoting (or doesnt use any quotes):

 

si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:"'ABCDE/12'"

si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:"ABCDE/12"

si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:'ABCDE/12'

si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:ABCDE/12

 

in all above cases i got: *** The revision filter cannot be applied to subproject_lvl_2/project.pj. (MKS125194: The development path is invalid or missing.).

 

Is there any solution how i can set the rfilter to this devpath-name in the cli? Thank you...

 

kind regards, Jens


Viewing all articles
Browse latest Browse all 3432

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>