CVS.HOWTO
上传用户:allwinjm
上传日期:2021-08-29
资源大小:99k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Unix_Linux

  1. Anonymous CVS Access 
  2. This project's SourceForge CVS repository can be checked out through
  3. anonymous (pserver) CVS with the following instruction set. The module
  4. you wish to check out must be specified as the modulename. When prompted
  5. for a password for anonymous, simply press the Enter key. 
  6. cvs -d:pserver:anonymous@cvs.rstplib.sourceforge.net:/cvsroot/rstplib login 
  7.  
  8. cvs -z3 -d:pserver:anonymous@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename 
  9. Updates from within the module's directory do not need the -d parameter.
  10. Developer CVS Access via SSH 
  11. Only project developers can access the CVS tree via this method. SSH1 must
  12. be installed on your client machine. Substitute modulename and developername
  13. with the proper values. Enter your site password when prompted. 
  14. export CVS_RSH=ssh 
  15.  
  16. cvs -z3 -d:ext:developername@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename