View Single Post
  #6  
Old 12-15-2008, 05:29 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
In VBP v7, this step:

<step action='AccuRev'>
<Command>pop</Command>
<Elements>\.\IOSubsys/Disk</Elements>
<LocalPath>F:\Build_Top</LocalPath>
<Recurse type='11'>-1</Recurse>
<ShowCmd type='11'>-1</ShowCmd>
<Version>Release_Candidate</Version>
<indent type='3'>1</indent>
<name>AccuRev</name>
</step>


will produce a command of

accurev pop -R -v Release_Candidate -L F:\Build_Top \.\IOSubsys/Disk
Reply With Quote