Bug 17850 - PVCS task dont work with promotion group
Summary: PVCS task dont work with promotion group
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional SCM tasks (show other bugs)
Version: 1.4.1
Hardware: PC other
: P3 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2003-03-10 22:14 UTC by S Mattamana
Modified: 2009-12-10 21:00 UTC (History)
0 users



Attachments
Use only PCLI; Promotion Group now works (19.96 KB, patch)
2009-12-10 15:16 UTC, Jarod
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description S Mattamana 2003-03-10 22:14:11 UTC
PVCS task do not work with promotion group.

PVCS VM version used is  6.8. 

Error is pvcs.xml:78: Failed executing: get -N -GtestPromotionGroup @pvcs_ant_-
1312863861442392659.log. Return code was 1

pcli "get" help says to use -g<group>, than using -G option used by ANT.
Comment 1 Jarod 2009-12-10 15:16:46 UTC
Created attachment 24688 [details]
Use only PCLI; Promotion Group now works

This patch:
- Uses PCLI only to do the GET in one step.  It does not do the 2 step solution of 
 1) PCLI ListVersionedFiles
 2) GET @listOfVersionedFiles

Same execution time; PromotionGroup works