From owner-freebsd-hackers Sun Jan 25 09:33:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25120 for hackers-outgoing; Sun, 25 Jan 1998 09:33:09 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25107 for ; Sun, 25 Jan 1998 09:32:57 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA21805; Sun, 25 Jan 1998 17:32:47 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id SAA18231; Sun, 25 Jan 1998 18:32:47 +0100 (MET) Message-ID: <19980125183247.09801@follo.net> Date: Sun, 25 Jan 1998 18:32:47 +0100 From: Eivind Eklund To: Andreas Klemm Cc: hackers@FreeBSD.ORG Subject: Re: why not CVS server support ? References: <19980125175618.10691@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <19980125175618.10691@klemm.gtn.com>; from Andreas Klemm on Sun, Jan 25, 1998 at 05:56:18PM +0100 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk On Sun, Jan 25, 1998 at 05:56:18PM +0100, Andreas Klemm wrote: > Hi ! > > Why don't we support cvs server in the base OS ? (I assume you mean the cvs pserver mode?) Why would we want to? It is easy to create a shell that contains only '/usr/bin/cvs server', which gives you the same functionality. pserver mode has had a few security violations in the past, and it wouldn't surprise me if has been turned of for that reason. If you're actually talking of cvs server mode, tough: AFAIK, we support it. At least I use it, and it work fine. Eivind.