HowTo: Use AccuRev
a) Update local workspace:
accurev update \<-i\>
b) Keep modified files:
accurev keep -m [email protected]
c) Promote pending files:
accurev promote -p [email protected]
d) Revert files to the previous version from the backend stream:
accurev purge \*.srcf90
e) Find overlapping files:
accurev stat -o
f) Merge overlapping files:
accurev merge -o
g) Promote files from the integration to the development stream:
accurev promote [email protected] -s integration\_username -d