Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello everyone,
I am using PTC Integrity Client 10.6.0.7337
If I run the testrLog.bat batch file below
set cmd_args="{membername} [{revision}] CPID={cpid} {date} description={description} {author}\n"
set days=90
set user_filter=--rfilter=author:someUserName
si rlog --xmlapi --hostname=someHost --port=7010 --user=someUserName --project=t:/mks/archive/SomeProject/project.pj --recurse --format=%cmd_args% --rfilter=daterange::past:%days%:days %user_filter% > rlog.txt
I get an empty xml file
<?xml version="1.0"?>
<Response command="rlog" app="si" version="4.14.7337 0-0 7337">
<App-Connection port="8101" userID="someUserName" server="someHost"></App-Connection>
</Response>
If I run the "si rlog" command without the --xmlapi flag I get a longer list, as expected
member name: Source\src\core\__init__.py; working file:
head: 1.1
member: 1.1
branch:
locks:
locking policy: Exclusive locks mandatory
attributes:
file format: text
revision storage: reverse deltas
total revisions: 1; branches: 0; branch revisions: 0
description:
etc
etc
So, can someone please indicate how to get more information in the XML file by using si rlog --xmlapi ?
Thanks !
Solved! Go to Solution.
Hello Alexandru Matei,
Probably because --xmlapi has never been officially documented, and was never meant to be released.
Regards,
Kael
Hello Alexandru Matei,
Probably because --xmlapi has never been officially documented, and was never meant to be released.
Regards,
Kael