info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multiple repositories on CVS on Linux


From: ankush grover
Subject: multiple repositories on CVS on Linux
Date: Thu, 19 May 2005 11:33:21 +0530

Hey friends,

This is my first post on CVS mailing list.I have 2 problems.

a) I have configured CVS on Fedora Core 3.I have 3 development teams
and I want to configure multiple repositories for them.The
configuration for CVS is .

under /etc/services 

cvspserver          2401/tcp
cvspserver          2401/udp

under /etc/xinetd.d/cvspserver

service cvspserver
{

disable = no
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
server_args = --allow-root=/opt/cvs -f pserver
env = HOME=/opt/cvs
log = /var/log/cvslog
} 

With this configuration the users are able to login into the CVS and
do the things.

I tried to add the path for the other repository also in the cvspserver file

service cvspserver
{

disable = no
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
server_args = --allow-root=/opt/cvs:/opt/cvs1 -f pserver
env = HOME=/opt/cvs:/opt/cvs1
log = /var/log/cvslog
} 

After making these changes I restarted xinetd service and then from
the WinCvs users  tried to access the repository the users were not
able to login into the repository.

Can anyone tell me how to make mutliple repositories on Linux for 
cvs.We are using WinCvs on Windows to access the repository.

b) As pserver is not the ideal communication protocol we want to
switch to some other protocol like ssh or ext .Can anyone tell me how
to configure cvs with ssh so that we can access through windows with
SSH protocol.

Is it possible to create and access multiple repositories with SSH?

Any tutorial or step by step configuration.


Thanks & Regards

Ankush Grover




reply via email to

[Prev in Thread] Current Thread [Next in Thread]