From owner-freebsd-questions@FreeBSD.ORG Wed Aug 30 14:38:28 2006 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 7E96416A4DA for ; Wed, 30 Aug 2006 14:38:28 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8613043D81 for ; Wed, 30 Aug 2006 14:38:27 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id F1A6E99CCB1 for ; Wed, 30 Aug 2006 16:38:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TNJjZ22Qk0wn for ; Wed, 30 Aug 2006 16:38:24 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 6997499CCAC for ; Wed, 30 Aug 2006 16:38:24 +0200 (CEST) Message-ID: <44F5A2DC.7040202@FreeBSD.org> Date: Wed, 30 Aug 2006 16:38:20 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060830143228.GA47646@saturn.pcs.ms> In-Reply-To: <20060830143228.GA47646@saturn.pcs.ms> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: CVS 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: Wed, 30 Aug 2006 14:38:28 -0000 Martin Schweizer wrote: > Hello > > Which ports does I need for a cvs system (client and server)? I searched > against "cvs" in ports but it gets a lot of links. Any hints are welcome. > > Hi, cvs is part of the base system. You can just start using it, no need to install everything. See cvs(1) for the details how you can init a repository. -- Cheers, Gabor