View Single Post
  #5  
Old 12-12-2008, 02:29 PM
HaroldOlsen HaroldOlsen is online now
Registered User
 
Join Date: 03-30-2007
Location: Boston
Posts: 1
The command you want to have scripted by the Accurev get source control step is POP. Unfortunately VBP has a bug in its Accurev CLI creation and does not format the command properly. You need to write your own POP step until they fix it (timeframe??). The format is
Accurev Pop -R -v %mSCCPath% -L %mArena% \.\%mSCCProj%
where mSCCPath is the stream name, mArena is the topmost folder path, and mSCCProj is a subfolder within the hierarchy. For example:
Accurev Pop -R -v Release_Candidate -L F:\Build_Top \.\IOSubsys/Disk
or for the whole stream:
Accurev Pop -R -v Release_Candidate -L F:\Build_Top \.\
Reply With Quote