From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20946 invoked from network); 4 Apr 2009 22:12:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Apr 2009 22:12:42 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 65797 invoked from network); 4 Apr 2009 22:12:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Apr 2009 22:12:32 -0000 Received: (qmail 9317 invoked by alias); 4 Apr 2009 22:12:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26802 Received: (qmail 9307 invoked from network); 4 Apr 2009 22:12:23 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Apr 2009 22:12:23 -0000 Received: from randymail-a9.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by bifrost.dotsrc.org (Postfix) with ESMTP id B60DE8026E28 for ; Sun, 5 Apr 2009 00:12:19 +0200 (CEST) Received: from blorf.net (dsl-74-220-65-6.cruzio.com [74.220.65.6]) by randymail-a9.g.dreamhost.com (Postfix) with ESMTP id BAE8BDE40A for ; Sat, 4 Apr 2009 15:12:16 -0700 (PDT) Date: Sat, 4 Apr 2009 15:12:14 -0700 From: Wayne Davison To: zsh-workers@sunsite.dk Subject: Re: Git mirror at SF Message-ID: <20090404221212.GA21390@blorf.net> References: <20090314192359.GA17014@blorf.net> <20090314215123.GO16375@fsst.voodoo.lan> <20090315055916.GA13623@scru.org> <20090315165437.GA19800@blorf.net> <20090315212017.GC19800@blorf.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090315212017.GC19800@blorf.net> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-Virus-Scanned: ClamAV 0.92.1/9204/Sat Apr 4 03:22:15 2009 on bifrost X-Virus-Status: Clean On Sun, Mar 15, 2009 at 02:20:17PM -0700, Wayne Davison wrote: > I fixed the cvsps that I'm running, sent off a patch to the maintainer, > and used it to create a better zsh repo. The revised code fixes a > handful of affected files (some of which we did not notice due to the > affected revisions being back in the history of the file). Unfortunately, my patched version had a bug where incremental updates would often leave files ungrouped into a proper patch set. I had been working around this problem by telling cvsps to rebuild its cache file from scratch each time there were some changes that needed to be added. Today I implemented a better fix for the cvsps code, and am testing that to see how it will handle the new commits that show up. While that is going on you may see a delay in new cvs commits showing up in the git repo. When I'm done, I'm going to push a brand new git repository because my new cvsps code managed to join together a split commit into a proper changeset, and I want to update the repository with that change. For anyone who grabs changes via "git pull --rebase", git should sync up just fine when the new repository goes out (I tested it, and it uses a 3-way merge for the spot where the 2 commits become one, and the end result is identical to a fresh pull). ..wayne..