Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

CVS installation

807559Aug 27 2004 — edited Mar 14 2005
hi all,

Iam very new to CVS...and i had to install CVS on Solaris 9. I downloaded the file,cvs-1.11.17-sol9-sparc-local.gz, from sunfreeware.com (assuming that its the right software for Solaris 9).
i used the followin steps to install cvs:
.....................................................................................................................................................
# gunzip cvs-1.11.17-sol9-sparc-local.gz
# pkgadd -d gcc-3.3.2-sol9-sparc-local

The following packages are available:
1 SMCcvs cvs
(sparc) 1.11.17

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: (sparc) 1.11.17
ERROR: Entry does not match available menu selection. Enter the number
of the menu item you wish to select, or the token which is associated
with the menu item, or a partial string which uniquely identifies the
token for the menu item. Enter ?? to reprint the menu.

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:

Processing package instance <SMCcvs> from </export/spare/chandran/cvs-1.11.17-sol9-sparc-local>

cvs
(sparc) 1.11.17

This appears to be an attempt to install the same architecture and
version of a package which is already installed. This installation
will attempt to overwrite this package.

Brian Berliner et al
Using </usr/local> as the package base directory.
## Processing package information.
## Processing system information.
149 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.

The following files are already installed on the system and are being
used by another package:
/usr/local/bin <attribute change only>
/usr/local/doc <attribute change only>
/usr/local/man <attribute change only>
/usr/local/man/man1 <attribute change only>

Do you want to install these conflicting files [y,n,?,q] y
## Checking for setuid/setgid programs.
Installing cvs as <SMCcvs>
## Installing part 1 of 1.
[ verifying class <none> ]
Installation of <SMCcvs> was successful.
cvs is now installed
..................................................................................................................................................................

now once installed i tried creating sample repository, groups and users...its working fine.
now i want to access it from my machine working on winNT to the cvs server (on solaris)

edited the file in /etc/inetd.conf
i added the line: cvspserver stream tcp nowait root /usr/local/bin cvs --allow-root=/var/lib/cvsroot pserver

i edited the file /etc/services
added:cvspserver 2401/tcp

now i also downloaded wincvs for my machine and opened it to log in:
this is what the message iam getting:

Failed to create the setting folder 'C:\Program Files\GNU\WinCvs 1.3\Settings' (error 13)cvs -d :pserver:cvs2@192.168.2.14:/var/lib/cvsroot login
Logging in to :pserver:cvs2@192.168.2.14:2401:/var/lib/cvsroot
cvs [login aborted]: Error reading from server 192.168.2.14: 0: No such file or directory

I dont know how to establish the server-client connection.....PLEASE HELP ME...
PLEASE give me step-by-step instruction on how to do the configuration.....

i would be truly greatful to anybody helping me.

Regards,
Params
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2005
Added on Aug 27 2004
3 comments
411 views