用CVS客户端或myeclipse就可以。

解决方案 »

  1.   

    Windows下可以用独立的客户端 WinCVS,有中文版本CWinCVS.
    或者使用cvs.exe
    IDE的话JBuilder各个版本都有集成.Eclipse也有集成CVS客户端,不过只有3.1以上的版本才能很好的兼容CVSNT.
      

  2.   

    我老出下边的错误D:\Program Files\cvsnt>cvs -d:pserver:[email protected]:/cvsroot/azu
    reus login
    Logging in to :pserver:[email protected]:2401:/cvsroot/azureus
    CVS password: *********
    cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected a
    ccess to /cvsroot/azureus for user anonymousD:\Program Files\cvsnt>
      

  3.   

    它是这样写的,但我登不上去,只能在web上看
    Anonymous CVS AccessThis project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key. To determine the names of the modules created by this project, you may examine their CVS repository via the provided web-based CVS repository viewer.cvs -d:pserver:[email protected]:/cvsroot/azureus login 
     
    cvs -z3 -d:pserver:[email protected]:/cvsroot/azureus co -P modulename Information about accessing this CVS repository may be found in our document titled, "CVS (Version Control for Source Code)".Updates from within the module's directory do not need the -d parameter.NOTE: UNIX file and directory names are case sensitive. The path to the project CVSROOT must be specified using lowercase characters (i.e. /cvsroot/azureus) 
    Developer CVS Access via SSH Only project developers can access the CVS tree via this method. A SSH client must be installed on your client machine. Substitute modulename and developername with the proper values. Enter your site password when prompted. Project administrators may limit CVS access to this repository using cvs_acls or the CVS access member permissions option. Developers may verify their CVS access status on the admin page for this project. A significant amount of information about project CVS services may be found in our "CVS (Version Control for Source Code)".Developers may also make use of shared SSH keys for authentication.export CVS_RSH=ssh 
     
    cvs -z3 -d:ext:[email protected]:/cvsroot/azureus co -P modulename NOTE: UNIX file and directory names are case sensitive. The path to the project CVSROOT must be specified using lowercase characters (i.e. /cvsroot/azureus) 
     Browse the CVS Tree 
     
    Though CVS repositories are most commonly accessed using a special piece of software called a CVS client, we also provide a web-based interface to view CVS repositories. Browsing the CVS tree gives you a great view into the current status of this project's code. You may also view the complete histories of any file in the repository. Browse CVS Repository 
     
      

  4.   

    密码是空白,你不需要输入
    C:\>cvs -d:pserver:[email protected]:/cvsroot/azureus login
    Logging in to :pserver:[email protected]:2401:/cvsroot/azureus
    CVS password:C:\>
      

  5.   

    用WinCVS吧。
    是不是設置出了問題了?
    在那個CVSROOT那裡設置,試試 ̄!
      

  6.   

    eclipse,wincvs,torotise cvs,都可以。
    直接打命令行也可以,就是土了点。
      

  7.   

    能用IDEA连接上了,
    但在命令方式下还有点不明白C:\>cvs -d:pserver:[email protected]:/cvsroot/azureus login
    Logging in to :pserver:[email protected]:2401:/cvsroot/azureus
    CVS password:C:\>
    盘符还在c:\ 为什么不能看文件类表呢?
      

  8.   

    login只是声明了登录,也就是表示你已经登录了。但是还需要CheckOut才行