CVS使用手记

本文写给与我同样在LINUX路上摸索的朋友,希望对你们能有所帮助,同时也作为自己的学习笔记。

在一开始,先提一句:CVS有一系列的命令,不必死记硬背,用多了自然就熟了,但至少在忘记时要知道怎么查找有关命令的说明与选项等。
复制内容到剪贴板
代码:
$ >  cvs
Usage: cvs [cvs-options] command [command-options-and-arguments]
  where cvs-options are -q, -n, etc.
    (specify --help-options for a list of options)
  where command is add, admin, etc.
    (specify --help-commands for a list of commands
     or --help-synonyms for a list of command synonyms)
  where command-options-and-arguments depend on the specific command
    (specify -H followed by a command name for command-specific help)
  Specify --help to receive this message