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
|