- Having X server really helps.
- Download CVS from http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-sunos/
- I downloaded the x86 build since I have Solaris 10 on x86. The name of the file is cvs-1.11.21-SunOS-5.8-i386.gz.
- If in X mode, double click the file to open the extractor and extract the file. Otherwise use gunzip.
- Rename the extracted file to simply ... cvs
- chmod 777 cvs
- And optionally chown to the user who would want to run cvs commands.
- set the CVSROOT environment
- run ./cvs login (This will ask you for the password and when authenticated will create a .cvspass file with the password encrypted in it.
- you can then checkout the relevant cvs project by issuing this command. ./cvs co {projectname}
- Since I did all this as root, I had to then chmod 777 .cvspass and chown -R newuser:newgroup projectname so that the newuser will be able to run cvs commands henceforth.
Tuesday, March 11, 2008
Install CVS on Solaris
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment