From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 21:13:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B94F316A49E for ; Mon, 11 Dec 2006 21:13:37 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C97243DAD for ; Mon, 11 Dec 2006 20:40:54 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kBBKfKVK018947 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 11 Dec 2006 22:41:34 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kBBKetaR014903; Mon, 11 Dec 2006 22:41:13 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kBBKesP4014902; Mon, 11 Dec 2006 22:40:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 11 Dec 2006 22:40:54 +0200 From: Giorgos Keramidas To: abedini@gmail.com Message-ID: <20061211204054.GA14867@kobe.laptop> References: <000801c71d4d$834430c0$7ac5dad9@client> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000801c71d4d$834430c0$7ac5dad9@client> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.449, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.75, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: help cvs server 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: Mon, 11 Dec 2006 21:13:37 -0000 On 2006-12-11 21:24, abedini@gmail.com wrote: > hi all dear > > I need some help to setup cvs server whit laste update > > file in my Lan and other PC in my network use this server > > to update . which program can help my? There are dozens of online guides which can help you set up and configure a CVS server. A quick search in Google, and a careful read of the "Info" documentation of CVS will help you a lot. Some useful online links are: http://durak.org/cvswebsites/howto-cvs/node37.html http://www.pointless.nl/~peter/stuff/cvs-server.html http://www.uta.edu/oit/how-to/docs/cvs.php http://forge.novell.com/modules/xfref_library/detail.php?reference_id=623 http://michael-amorose.com/articles/computers/cvs/index.html http://www.prima.eu.org/tobez/cvs-howto.html My favorites have always been the following two though: 1. CVSBook http://cvsbook.red-bean.com/ 2. CVS online manual http://ximbiot.com/cvs/manual/ [ especially the section 'The Repository', starting at: http://ximbiot.com/cvs/manual/cvs-1.11.22/cvs_2.html ] 3. Setting up a CVS repository - the FreeBSD way http://www.freebsd.org/doc/en_US.ISO8859-1/articles/cvs-freebsd/