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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to