Wolfgang Kormann writes: > > cvspserver stream tcp nowait root > /usr/bin/cvs --allow-root=/usr/local/cvsroot pserver
There should be a -f in there, too. > 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? For ssh you need to use the :ext: protocol. You certainly can do that, it doesn't require any changes to /etc/inetd at all. All you do is, on the client, set $CVS_RSH to ssh, and then follow the directions in the manual (www.cvshome.org) for :ext: access. -Larry Jones Everybody's a slave to routine. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
