From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: What a modern collaboration toolkit looks like Date: Thu, 3 Jan 2008 12:57:09 +0200 Message-ID: <20080103105709.GA2351@kobe.laptop> References: <20071231130712.GB8641@thyrsus.com> <20080101171120.GC3830@muc.de> <20080101.190535.32709273.wl@gnu.org> <87sl1gnh3o.fsf@red-bean.com> <20080103012133.GE13318@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199357848 12955 80.91.229.12 (3 Jan 2008 10:57:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2008 10:57:28 +0000 (UTC) Cc: Karl Fogel , Oscar Fuentes , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 03 11:57:48 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JANlj-0000ms-T4 for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 11:57:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JANlN-0004Sq-P4 for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 05:57:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JANlJ-0004P7-C3 for emacs-devel@gnu.org; Thu, 03 Jan 2008 05:57:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JANlH-0004Ki-Bq for emacs-devel@gnu.org; Thu, 03 Jan 2008 05:57:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JANlH-0004KR-7D for emacs-devel@gnu.org; Thu, 03 Jan 2008 05:57:19 -0500 Original-Received: from mx-out.forthnet.gr ([193.92.150.104] helo=mx-out-04.forthnet.gr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JANlG-00052n-Iw for emacs-devel@gnu.org; Thu, 03 Jan 2008 05:57:18 -0500 Original-Received: from mx-av-04.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-04.forthnet.gr (8.13.8/8.13.8) with ESMTP id m03AvFp0022489; Thu, 3 Jan 2008 12:57:15 +0200 Original-Received: from MX-IN-04.forthnet.gr (mx-in-04.forthnet.gr [193.92.150.163]) by mx-av-04.forthnet.gr (8.14.1/8.14.1) with ESMTP id m03AvFrJ027112; Thu, 3 Jan 2008 12:57:15 +0200 Original-Received: from kobe.laptop (ppp5-162.adsl.forthnet.gr [62.1.228.162]) by MX-IN-04.forthnet.gr (8.14.2/8.14.2) with ESMTP id m03AvDvX006941; Thu, 3 Jan 2008 12:57:13 +0200 Authentication-Results: MX-IN-04.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-04.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m03AvCIj002370; Thu, 3 Jan 2008 12:57:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m03Av9kW002363; Thu, 3 Jan 2008 12:57:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85991 Archived-At: On 2008-01-03 10:14, Andreas Schwab wrote: > Giorgos Keramidas writes: > > rsync --delete --force --recursive \ > > --links --safe-links --hard-links --times \ > > --compress --progress -vv --stats \ > > cvs.savannah.gnu.org::sources/emacs/ /home/emacs/ > > Don't use --hard-links, it is expensive and a CVS repository should > never contain hard links. Thanks, I've updated the local script :)