如何使用cvs检出co(checkout)版本库
luther@gliethttp:~$ sudo apt-get install cvs
方法1 - 建立CVSROOT环境变量
luther@gliethttp:/2vobs/cvs$ CVSROOT=:pserver:用户名:密码@服务器地址:/path/to/cvsroot;export CVSROOT
luther@gliethttp:/2vobs/cvs$ cvs co . 检出库
方法2 - 使用-d参数指定CVSROOT路径,直接co检出库
luther@gliethttp:/2vobs/cvs$ cvs -d :pserver:用户名:密码@服务器地址:/path/to/cvsroot co .
阅读(2087) | 评论(0) | 转发(0) |