红联Linux门户
Linux帮助

CVS使用手记

发布时间:2008-02-25 11:02:20来源:红联作者:drivers
本文写给与我同样在LINUX路上摸索的朋友,希望对你们能有所帮助,同时也作为自己的学习笔记。

在一开始,先提一句:CVS有一系列的命令,不必死记硬背,用多了自然就熟了,但至少在忘记时要知道怎么查找有关命令的说明与选项等。[code]$ > 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[/code]如上所示,直接运行cvs命令,会出现有关cvs命令的help提示,在运用cvs之前,化点时间阅读上面的提示,并实践一下cvs的help帮助命令,是非常有帮助的。使用cvs的内嵌help,可以查选相关命令的缩写、选项含义,命令作用等。上面的英文不难,具体意思就不解释了,记住,你不光在一开始时会用到cvs的help,甚至cvs的内嵌help会贯穿整个始终。
文章评论

共有 2 条评论

  1. eclipse101 于 2010-09-07 11:56:35发表:

    {:2_93:}

  2. taotie 于 2010-09-03 16:11:18发表:

    :0)1