From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 17:19:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF01916A425 for ; Sat, 3 Dec 2005 17:19:35 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E23843D7E for ; Sat, 3 Dec 2005 17:19:27 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([24.201.183.241]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id FRQ06958; Sat, 03 Dec 2005 12:19:28 -0500 Message-Id: <7.0.0.16.2.20051203121850.054b18a8@Msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Sat, 03 Dec 2005 12:19:24 -0500 To: lars From: Ian Lord In-Reply-To: <4391D32F.3060105@gmx.at> References: <7.0.0.16.2.20051203115712.054a1c70@msdi.ca> <4391D32F.3060105@gmx.at> Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: CVS Server with freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 17:19:36 -0000 thanks ! I'll check into this (ssh) Thanks a lot for your help At 12:17 2005-12-03, lars wrote: >Ian Lord wrote: > > Hi, > > > > I'm trying to setup a cvs server for our internal development... > > > > I may be blind, but I didn't find any ports for this in the ports > > tree... Do I need to compile it from the source or is there an easier > > way (port) > > > > I saw a pserver wrapper for cvs ( port = cvsd) in the port but not the > > actual cvs server >You don't need to "install" a CVS server, or port for that matter. > > > >I advise you to go to cvshome.org to read the documentation on how to set up >a source code repository with CVS. > >I also recommend not to use pserver if you can avoid it. > >You can authenticate all CVS users via local accounts and SSH. > >With two environmant variables >CVS_ROOT=... >CVS_RSH=... >the users then make their local CVS clients use SSH to authenticate with the >CVS server and transmit their commits enrypted. > >In this way you don't need a CVS daemon running on the server. > >Kind regards >Lars >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"