<vcs>
  <options>
    <scratch path="scratch" />
    <ccs cmd="accurev">
      <file args="stat %f" match="\.\\([\\\w+|\.|\d+|_+][\\\w+|\.|\d+|_+]+)" pos="2" replace="0" delink="0" stoppost="1" /> 
      <vers args="stat %f" match="\b.*\b\s+(\b.*\b)\s+" pos="2" />
      <code cmd="cmd.exe" args="/c acode.bat %c %d %m \.\%F %u %p" strip="0" console="cat">
        <extern name="acode.bat"><![CDATA[@echo off
accurev login %5 %6
accurev %1 -v %3 -p %2 %4
accurev logout]]></extern>
      </code>
      <diff cmd="cmd.exe" args="/c adiff.bat %d %n %m \.\%F %u %p %a">
        <extern name="adiff.bat"><![CDATA[@echo off
accurev login %5 %6
accurev cat -v %3 -p %1 %4 > a.txt
accurev cat -v %2 -p %1 %4 > b.txt
%7\diff a.txt b.txt
accurev logout
]]></extern>
      </diff>
      <bdiff args="diff -v %m %F"/>
      <auth pos="2" match="user:\s+([\w|\d|_]+)" args="hist -t now %f"/> 
      <date match="promote;\s+(\d\d\d\d\/\d\d\/\d\d\s\d\d:\d\d:\d\d)\s+;" args="hist -t now %f" format="yyyy/MM/dd HH:mm:ss"/>
    </ccs>
  </options>
</vcs>

<!-- 
%F  full path to the local file
%f  local file, equivalent of, cd `dirname %F`, cvs `basename %F`
%D  full path to the local file
%BD full path to the local file, with windows style backslashes
%Bf local file, with windows style backslashes
%BF full path including the local file, with windows style backslashes
%S  local file basename, without the suffix
%S  local file suffix
%m  major version number (i.e. current version)
%n  minor version (i.e. previous version
%r  path root, e.g. 'wget' for path 'wget/src/connect.c'
%i  incremental part of the path, used for progressive checkouts
%c  console output option
%d  project repository setting
%u  user
%p  password
%o1 user settings option1
%o2 user settings option2
%o3 user settings option3
%o4 user settings option4
%H  project host setting
%P  project port setting
%O1 project settings option1
%O2 project settings option2
%O3 project settings option3
%O4 project settings option4
%w  working directory (scratch path)
%Bw scratch path, with windows style backslashes
%A  prqavcs application path
%a  prqavcs application path with short path format on windows
-->
