cvs --help-options,The Repository(部分不懂)

-f,-z,-a,-s的选项不懂。

利用-d 选项可以绕过CVSROOT环境变量的限制,在下列的项目中会使用到。

2.1 Telling CVS where your repository is

如:cvs -d g:\cvsroot checkout test

2.5 Multiple repositories    

如:cvs -d server1:/cvs co dir1

    cd dir1

    cvs -d server2:/root co sdir

    cvs update

2.6 Creating a repository

cvs -d g:\cvsroot init