info-cvs
[Top][All Lists]
Advanced

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

Re: Using CVS as server


From: Rob Helmer
Subject: Re: Using CVS as server
Date: Wed, 23 May 2001 15:31:00 -0700
User-agent: Mutt/1.2.5i

Hello,


Actually it does, look here specifically :

http://cvshome.org/docs/manual/cvs_2.html#SEC30

You just put an entry in your inetd.conf, like this :
2401  stream  tcp  nowait  root  /usr/local/bin/cvs cvs -f 
--allow-root=/usr/cvsroot pserver

If you don't want to use pserver ( it's unencrypted ), then just
make UNIX accounts for your users, have them set two environment 
variables like this :

CVSROOT=:ext:address@hidden:/path/to/cvsroot
CVS_RSH=ssh

Then they can just execute CVS commands normally.

In this case all you need is an SSH server.



HTH,
Rob Helmer



On Wed, May 23, 2001 at 06:13:26PM -0400, Flame wrote:
> Hello,
> 
> I asked not too long ago for help figuring out where I could find the
> CVS server.  Now that I understand that it's a part of the program
> already... I'm left with another problem... I have no clue how to
> execute it as a server... and the url that I have been sent to
> <http://cvshome.org/docs/manual/cvs_2.html#SEC26> doesn't seem to have
> any information on doing that.
> 
> Can someone write up an example?
> 
> Thanks all,
> 
> ~ Flame - Lead Programmer: GMS
> 
> 
> _______________________________________________
> 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]