From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 14 21:20:49 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45A691065674 for ; Mon, 14 Jun 2010 21:20:49 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp113.biz.mail.sp1.yahoo.com (smtp113.biz.mail.sp1.yahoo.com [69.147.92.226]) by mx1.freebsd.org (Postfix) with SMTP id 1B6DA8FC19 for ; Mon, 14 Jun 2010 21:20:49 +0000 (UTC) Received: (qmail 3438 invoked from network); 14 Jun 2010 20:54:09 -0000 Received: from optimator.noacks.org (noackjr@75.145.250.173 with login) by smtp113.biz.mail.sp1.yahoo.com with SMTP; 14 Jun 2010 13:54:09 -0700 PDT X-Yahoo-SMTP: VnOecJeswBCMn50HlEMYJKFtvXTL X-YMail-OSG: THMe7uoVM1kHtxbabsRKVnOt7j4ToKLRP.SnEAidC_lX3J.hCDYUuWQ6LpLw36rqncdhHiMxPQX757rtGKVrhbhmy85n.bj_uriP5Nx06JIRYXX4QTOiQxWM6CG5Is9Qk1IuA3fL5rO5RFVNzQbnOfxIP9HuFhDGyYNCSXqRKVbvhaVY7CX4kxu6duTDdR_IlwR2KP3NybIy5VYqbY2vzZaUEMgPhFFdOFwjJWjvCL5Tw4OpGJJeWLX4uBnlyzn94trY2YAlDoaQWM8Pk81wxX4dkRDhN8ZfSGW.Eep_c86LicdR3JE.BaqoxgHUtujtePcLy42EJtgnUZ5DibdwA.unww-- X-Yahoo-Newman-Property: ymail-3 Received: from optimator.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 669A861CD; Mon, 14 Jun 2010 16:54:08 -0400 (EDT) Received: from optimator.noacks.org ([127.0.0.1]) by optimator.noacks.org (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6AbV9NnegC7i; Mon, 14 Jun 2010 16:54:06 -0400 (EDT) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 10B8A60CE; Mon, 14 Jun 2010 16:54:06 -0400 (EDT) Received: from 192.168.1.10 (SquirrelMail authenticated user noackjr) by www.noacks.org with HTTP; Mon, 14 Jun 2010 16:54:06 -0400 Message-ID: <09f445615c18768df17418f06d872a46.squirrel@www.noacks.org> In-Reply-To: <20100614044308.GA4670@admin.sibptus.tomsk.ru> References: <4B3CC72F.9030904@andric.com> <4B408745.3030309@andric.com> <20100103154503.GA63734@admin.sibptus.tomsk.ru> <20100103221655.GA76049@server.vk2pj.dyndns.org> <20100104130315.GA79633@admin.sibptus.tomsk.ru> <20100104133657.GA47668@owl.midgard.homeip.net> <20100104143749.GA80433@admin.sibptus.tomsk.ru> <20100104223631.GC41129@server.vk2pj.dyndns.org> <20100105064720.GA94590@admin.sibptus.tomsk.ru> <20100614044308.GA4670@admin.sibptus.tomsk.ru> Date: Mon, 14 Jun 2010 16:54:06 -0400 From: "Jonathan Noack" To: "Victor Sudakov" , freebsd-hackers@freebsd.org User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mailman-Approved-At: Tue, 15 Jun 2010 02:35:31 +0000 Cc: Subject: Re: "Checksum mismatch -- will transfer entire file" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 21:20:49 -0000 On Mon, June 14, 2010 00:43, Victor Sudakov wrote: > Victor Sudakov wrote: >> But to hell with this. I started the topic because I think something >> is wrong with SVN to CVS export, which upsets cvsup and causes >> "Checksum mismatch" errors. Is anybody willing to look at it? > > I see nobody is ever going to fix this? Cvsup mails me a bunch of > "Checksum mismatch" errors on every run, with a risk of overlooking > real errors. > > How do others deal with this noise? Do you grep cvsup output or what? Seems like newer versions of CVS break assumptions made by CVSup on the ordering of branch revisions: http://lists.freebsd.org/pipermail/freebsd-hubs/2009-August/002083.html "So, in short I don't see any easy solutions to this, and especially given the fact that in the long run CVS/CVSup will probably be replaced by something else for distributing FreeBSD source, I don't think it will be that easy to find someone to "fix" either CVSup or CVS." -Jon