alw*_*btc 7 cvs file vcs-checkout
我想file1从CVS存储库签出到当前目录.
File1的路径是: /opt/application/CVS_REPOSITORY/project/lib/source/file1
我该怎么做?
首先我设置:
setenv CVSROOT /opt/application/CVS_REPOSITORY
Run Code Online (Sandbox Code Playgroud)
那我该怎么办?
cvs co -r . /lib/source/file1 ??
Run Code Online (Sandbox Code Playgroud)
要么
cvs co -r . project/lib/source/file1 ??
Run Code Online (Sandbox Code Playgroud)