![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
profile :
search :
help :
dashboard :
calendar :
home
|
||
|
Topic Title: ccm family Topic Summary: How to query for Parallel versions Created On: 23-Aug-2005 12:21 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi all,
I am looking for a way to find parallel version of object that need to be merged. Does anyone have experience with the 'extra' ccm family comand? Thanks, Paul Edited: 23-Aug-2005 at 12:23 by Paul Broertjes |
|
![]() |
|
![]() |
|
Hi,
you can use the conflicts command and filter the output to keep only parrallel conflicts (easy running Unix-like OS). ccm conflicts -nowrap -recurse [your_project] | grep parallel | cut -f1 -d " " this command gives you a list of objects (%name-%version form) not present in the specified projects. But this result is just an ascii list but not an item list you could query on... David. |
|
![]() |
|
![]() |
|
Is there a way to do this on a Windows system?
I need to get a report on parallel conflicts as well. Thanks, Alicia |
|
![]() |
|
![]() |
|
Hi Alicia,
yes it is. At Windows, the ccm commands working the same way as they do at Unix. For the missing Unix tools, eg grep, cut, awk, etc, just setup a smal Unix shell like sh.exe or the Cygwin tools. ciao, Lutz |
|
![]() |
Telelogic SYNERGY
» SYNERGY/CM
»
ccm family
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.