From owner-cvs-all Mon Jul 8 8:46:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D8437B400; Mon, 8 Jul 2002 08:46:10 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C86443E70; Mon, 8 Jul 2002 08:45:47 -0700 (PDT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id 9CB832A7D6; Mon, 8 Jul 2002 08:45:26 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 547314C248; Mon, 8 Jul 2002 08:45:26 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id 4D9313808; Mon, 8 Jul 2002 08:45:26 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Juli Mallett Cc: Bill Fenner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src client.c In-Reply-To: <20020708083018.A39552@FreeBSD.ORG> Date: Mon, 08 Jul 2002 08:45:26 -0700 From: Peter Wemm Message-Id: <20020708154526.4D9313808@overcee.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Juli Mallett wrote: > * De: Bill Fenner [ Data: 2002-07-08 ] > [ Subjecte: cvs commit: src/contrib/cvs/src client.c ] > > fenner 2002/07/08 03:05:28 PDT > > > > Modified files: > > contrib/cvs/src client.c > > Log: > > Always upload new files, even if the timestamps match. This is a workaro und > > Why not check timestamps, then branches? That seems like it will do the job > just as well, and not waste a lot of bandwidth? Read what he said. If a file is 'New' (ie: doesn't exist in the repo, ie: it was Added) then always upload it for the server to process. Do not leave it out if the New file happens to have a matching timestamp. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message