Using CVS in Eclipse 3.1

xiaoxiao2021-03-06  47

1. Installing Eclipse3.1 must first install JDK1.4 or higher, you can run Java -Version to view version information in the command line. Sometimes because other software (such as Oracle) comes with a lower version of JDK, you will need to set the path to the low version of the JDK in the PATH variable of the environment variable. 2. Use the CVSNT to set up the CVS server. After the installation is complete, select Add Valid Repository Roots (i: / Work) in the CVSNT's Repositories dialog, and the rest of the default settings. 3, execute new project -> CVS -> Checkout Projects from CVS -> Add A New CVS Repository in Eclipse -> Add A New CVS Repository Fill in the following information: Host: localhost (if the CVS server is not in this machine, fill in the actual IP address Repository path: i: / work (Valid repository roots in CVSNT) User: server administrator account (Windows current user account, or account number authorized by CVSNT) Passwd: server administrator password (WINDOWS current user password, Or password authorized by CVSNT) Connection Type: PServer Use Default Port (If the port is changed in CVSNT, the corresponding modification is required, the default is 2401) 4, in this unit (Win2k Pro) and LAN Passing the computer (Linux Debian) testing well.

转载请注明原文地址:https://www.9cbs.com/read-80415.html

New Post(0)