Dear Flame,

the cvs binary operates both as a server and a client.

Note below a copy of my xinetd file for the pserver ...

Flame on.
G

------------------------------------------------------------------
# default: on
# description: The cvspserver provides support for cvs network connections \
#       unencrypted username/password pairs for authentication.
service cvspserver
{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        env             = PATH
        server          = /usr/bin/cvs
        server_args     = --allow-root=/cvssrc/main/cvsroot pserver
        log_on_failure  += USERID
}
-----------------------------------------------------------------


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Flame
Sent: Friday, May 18, 2001 6:04 PM
To: [EMAIL PROTECTED]
Subject: CVS Server


Hello

I have read through most of the CVS docs on http://www.cvshome.org/
but... I still don't understand it.  I see references to a CVS Server...
however I can't see any program designed to be a CVS server... so...
umm... how exactly would one go about creating a CVS server and using
it? (Especially if it had to be maintained by remote?)

I'd really appreciate any help anyone can give...
   Thanks

 ~ Flame - Lead Programer: GMS < http://gms.uoe.org >


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


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

Reply via email to