![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: Extracting object name with folder names Topic Summary: Extracting object history attributes Created On: 18-Sep-2007 16:34 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
For a version description document I'd need to extract all object names and their version number for a particular release. |
|
![]() |
|
![]() |
|
You might look at the "ccm dir" command (or "ccm ls" on Unix). Something like:
ccm dir -s -f "%path %version"
would give you the full path name of the files and version.
Otherwise you could setup some fancy recursive queries to do:
ccm query "has_child('file.txt-1', 'myproj-1')"
which would let you find the parent directory...
|
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.