
DCVS supports the CVS pserver protocol with the dcvsd.pl
daemon, but not all options.  Here are the ones which
claim to be supported.   :-)

add

co
checkout
  -A       remove tags
  -D DATE
  -d DIR
  -r TAG

commit
  -m MESSAGE

diff
  -u       unidiff (with context)

log
  -h       header only
  -N       omit list of symbolic names
  -R       name of repository

login

logout  (actually entirely client side)

remove

status

tag
  -b       branch

update
  -A       remove tags
  -D 
  -d       creates new directories
  -r






