随笔分类 - cvs
摘要:cvs 使用规范命令CVSROOT环境变量CVSROOT决定了CVS的基本配置,包括验证方式,用户名,cvs服务器ip,cvs服务器商品以及仓库名称。pserver: 目前的cvs服务器的验证方式是使用pserver密码验证。username: 需要预先获得用户名,不同仓库都需要用户名。cooling.ape-tech.com: 目前cvs服务器域名。2401: cvs服务器端口名。ImRoBot5: cvs仓库名,上一版位于ImRoBot4。$ export CVSROOT=:pserver:username@cooling.ape-tech.com:2401/ImRoBot5$ cvs l
阅读全文