Install CVS Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Install CVS Solaris 10
# 1  
Old 03-02-2010
Install CVS Solaris 10

Hello, can someone help me in installation of CVS on Solaris?? ca well even if you or I set out a guide ... hello
# 2  
Old 03-02-2010
Just install the cvs package for your Solaris version and architecture from sunfreeware.com. Define $CVSROOT and you are done if you want to use a local-only repository or existing remote repository.

If you also want your system to act as a cvs server for other systems more steps are necessary, depending on the kind of access you want to implement (pserver, cvs over ssh,...)
# 3  
Old 03-02-2010
I should connect to remote CVS, which is the CVS is on another machine and I should reach it by different users remotely.
I do not know if they are clear. I do not know English very well.
# 4  
Old 03-02-2010
OK, in that case you install the cvs package from sunfreeware.com as explained before. After that you have the cvs command available in /usr/local/bin.

To connect to a remote cvs server you have to construct the proper CVSROOT variable. Lets assume the remote site uses pserver protocol, your username on that machine is flavio, the full qualified domain name of that machine is cvs.example.com and the repository on the machine is in /cvsroot/software (you get that information from the administrator of the cvs server machine).

Then your CVSROOT would be

Code:
CVSROOT=:pserver:flavio@cvs.example.com:/cvsroot/software
export CVSROOT

You can put these two lines in your .profile (assuming you are using sh, ksh, bash or simular).

After the CVSROOT is set you can do

Code:
cvs login

which prompts for your password on the cvs server an stores it encrypted in the file .cvspass in your home directory. After that you can check out a module from the cvs server and work with the files.
# 5  
Old 03-02-2010
if run
Code:
cvs login

i get
Code:
ld.so.1: cvs: fatal: libintl.so.8: open failed: No such file or directory

what it means???
# 6  
Old 03-02-2010
That means, that you are missing a library (libintl). You have to download and install the libintl package from sunfreeware.com to resolve this.
# 7  
Old 03-02-2010
So, I installaro package of CVS. I created the directory for the repository, I ran the init command to initialize the directories, I set the CVSROOT, but still can not connect. Where mistake?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

No way to install a flar archive of Solaris 10 to Solaris 11.4 zone

I want to migrate a solaris 10 os to solaris 11.4 zone. I did this a)Collect some data like id sysid,disks,ip,etc..on solaris10 OK b)Create this file.cfg with this command on solaris 10 zonep2vchk -c > /migration/sol10.cfg OK c)Create the archive flash on Solaris10 (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. Solaris

Solaris 7: Is it possible to install JRE1.6 on Solaris 7

Dear All: I am trying to install JRE 1.6 on Solaris 7. But it's failed. error message: ld.so.1 symbo1 __1cH__Climpkcplus_init6F_v_: referenced symbol not found (2 Replies)
Discussion started by: jaychen
2 Replies

3. Solaris

How to install Solaris 10?

Hi! I downloaded Solaris 10 SPARC to install it on a test computer. I've burned the .iso-file on a DVD and I think its bootable (look @ screen). But when I boot my computer it only starts my windows and not the setup of Solaris. Is there any I have to consider burning the iso file on a DVD? ... (9 Replies)
Discussion started by: phantom12
9 Replies

4. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

5. Solaris

Installing Solaris 8 bootblock without Solaris Install CD

Hello everyone, Background: I'm having an issue with booting a clone of hard drive with Solaris 8 installation. For cloning process I have used g4l, running under click'n'clone option. As far as I know the actual operation ran behind g4l's interface was dd, though I do not have any information... (12 Replies)
Discussion started by: johnny994
12 Replies

6. Solaris

Installing CVS package on solaris machine

Hi all, I am tring to install CVS on my solaris machine. so, I got a package cvs-1.11.22-sol10-x86-local from internet, and did this "pkgadd -d cvs-1.11.22-sol10-x86-local" and the output I got is The following packages are available: 1 SMCcvs cvs (x86)... (2 Replies)
Discussion started by: eamani_sun
2 Replies

7. Solaris

Solaris Install CD

Do I need to burn the Solaris file I get from sun.com in a special way to make it work? :confused: (1 Reply)
Discussion started by: Bradj47
1 Replies

8. Solaris

can't install solaris 10 or 9

i 've a toshiba notebook (satellite L20 - 100) but i can't install solaris 10 or 9 on it , even linux ..i asked a few ppl they said that may b something wrong with the hardware...can this be possible? to make it such exclusive for windows or something?????????????// (4 Replies)
Discussion started by: slimydoom
4 Replies

9. Solaris

Help! can't install Solaris 10

Hi everyone, i been trying to get my hands on a sun microsystem computer for a very long time, but for some reason i end up with microsucks, sorry, microsoft, well to the point. Finally i bought a sunblade 100 with no OS, i download the Solaris 10 .iso files and burn them into cd-r, sytem =... (10 Replies)
Discussion started by: deamon
10 Replies
Login or Register to Ask a Question