info-cvs
[Top][All Lists]
Advanced

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

RE: CVS Server


From: Gianni Mariani
Subject: RE: CVS Server
Date: Sat, 19 May 2001 09:43:22 -0700

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: address@hidden [mailto:address@hidden Behalf Of
Flame
Sent: Friday, May 18, 2001 6:04 PM
To: address@hidden
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
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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