<vcs>
  <options>
    <scratch path="scratch" />
    <ccs cmd="C:/cygwin/bin/cvs.exe">
      <file cmd="cmd.exe" args="/c %a\vcs\cvsrep.bat %BD %f" match="(.+)" pos="1" stoppost="1"></file>
      <vers args="status %f" match="Working revision:\s+(\d+(\.\d+)+){1}\s*" pos="2"></vers>
      <diff args="-d%d diff -r%m -r%n %F" checkout="1"></diff> 
      <bdff args="diff -r%m %f"></bdff> 
      <code args="-d%d co %c -r%m %f" console="-p" strip="0"></code>
      <date args="log -r%m %f" match="date:\s([\d]+-[\d]+-[\d]+\s[\d]+:[\d]+:[\d]+\s\+\d\d\d\d)" pos="2" />
      <auth args="log -r%m %f" match="author:\s(\b\w+\b)" pos="2" />
      <chck args="-d%d co -r %m %F" />
    </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
-->
