![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: Creating reports on project contents... Topic Summary: How can I compare two versions of a project and store the results in a (report) file? Created On: 14-Oct-2005 11:25 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Having migrated a project (containing 1107 files) into CM Synergy, made some file updates and baselined a version 2 of the project, I now want to create and compare the two projects file contents and store the results in a report file. How can I do this?
![]() |
|
![]() |
|
![]() |
|
Hi,
so you want to get the differences between 2 versions of a given project. There is no native tool to do this. You have to create a little script based on the following query : ccm query -u "type!='project' and recursive_is_member_of('PROJECT-VERSION2','none') and not recursive_is_member_of('PROJECT-VERSION1','none')" > report.out You can use the -f option to put in the report file the information that you want. Caution : you will not have the path to the files. You must then use the finduse command for this. |
|
![]() |
Telelogic SYNERGY
» SYNERGY/CM
»
Creating reports on project contents...
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.