Issue 54843 - cwsquery: query for integrated child workspaces
Summary: cwsquery: query for integrated child workspaces
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: jens-heiner.rechtien
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 09:22 UTC by pavel
Modified: 2013-08-07 15:34 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-09-20 09:22:46 UTC
Hi,

I'd like to create graph showing the number of child workspaces integrated in
each and every milestone on SRC680. EIS shows me all child workspaces integrated
in each milestone, but it is very inefficient to work with it.

I'd like to see cwsquery to be able to return the list of child workspaces
integrated in every milestone.

Something like:

$ cwsquery -m SRC680 m130
ause038
mhu10
swahilidict
$
Comment 1 jens-heiner.rechtien 2005-09-21 18:10:48 UTC
Fixed in hr14
Comment 2 pavel 2005-09-21 19:34:18 UTC
I want to try it and:

hr14:

pavel@paveljanik:~> cwsquery -m SRC680 latest
cwsquery -- version: 1.7
cwsquery: ERROR: Can't determine child workspace environment.
Please initialize environment with setsolar ...

FAILURE: cwsquery aborted.
pavel@paveljanik:~>

clean m130:

pavel@paveljanik:~> cwsquery -m SRC680 latest
cwsquery -- version: 1.7
cwsquery: Master workspace 'SRC680':
cwsquery: Latest milestone available for resync:
SRC680 m130
pavel@paveljanik:~> 

Both commands run in one shell, with exactly the same environment.
Comment 3 pavel 2005-09-21 19:36:58 UTC
after setting CWS_WORK_STAMP=something it works. In the past it was not needed
(and it is more logical).

pavel@paveljanik:~> cwsquery -m SRC680 -ms m130 integrated
cwsquery -- version: 1.7
cwsquery: Master workspace 'SRC680':
cwsquery: Integrated CWSs for milestone 'm130':
ause038
mhu10
swahilidict
pavel@paveljanik:~> 

Thanks for this ;-)
Comment 4 jens-heiner.rechtien 2005-09-22 17:51:11 UTC
Fixed check for childworkspace environment
Comment 5 jens-heiner.rechtien 2005-09-22 17:54:40 UTC
Target -> DevTools
Comment 6 pavel 2005-09-23 07:26:57 UTC
pavel@linux:~/.ooo/ooo_SRC680_m130_src/solenv> cwsquery -m SRC680 latest
cwsquery -- version: 1.7
cwsquery: Master workspace 'SRC680':
cwsquery: Latest milestone available for resync:
SRC680 m130

pavel@linux:~/.ooo/ooo_SRC680_m130_src/solenv> cwsquery -m SRC680 -ms m130
integrated
cwsquery -- version: 1.7
cwsquery: Master workspace 'SRC680':
cwsquery: Integrated CWSs for milestone 'm130':
ause038
mhu10
swahilidict

-> VERIFIED. Thanks!
Comment 7 jens-heiner.rechtien 2005-10-14 11:01:26 UTC
Closing.