info-cvs
[Top][All Lists]
Advanced

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

Re: pserver and ssh on 1 server, possible???


From: Matt Riechers
Subject: Re: pserver and ssh on 1 server, possible???
Date: Tue, 08 Jan 2002 12:22:38 -0500

Wolfgang Kormann wrote:
> 
> in my /etc/inetd.conf (SuSe Linux 7.3 prof.) is the entry for the pserver
> repository
> 
> cvspserver stream tcp nowait root
> /usr/bin/cvs --allow-root=/usr/local/cvsroot pserver
> 
> if  I build a 2nd repository on the same server and want use ssh protocol
> for access...
> is this possible on ONE server and how? ...or is a 2nd server required?

I'm assuming you want one repository that can be accessed via pserver and ssh,
and that you have ssh working...

A given repository can have any number of access methods. The pserver method is
unique because it is the only method built into CVS. The rest, like ssh, just
treat cvs as another program on a server somewhere. For access via ssh, set your
$CVSROOT to use the 'ext' method. If you want pserver access, use the 'pserver'
method. You don't need to setup the repository in any particular manner, just
the client environment. See
<http://www.cvshome.org/docs/manual/cvs_2.html#SEC28> for details.

-Matt



reply via email to

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