From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4978 invoked from network); 8 Oct 2001 09:54:00 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Oct 2001 09:54:00 -0000 Received: (qmail 12023 invoked by alias); 8 Oct 2001 09:53:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15969 Received: (qmail 12007 invoked from network); 8 Oct 2001 09:53:53 -0000 From: Bart Schaefer Message-Id: <1011008095314.ZM3827@candle.brasslantern.com> Date: Mon, 8 Oct 2001 09:53:13 +0000 In-Reply-To: <3BC174DA.782C7893@yahoo.co.uk> Comments: In reply to Oliver Kiddle "Re: zsh 4.0.2 (powerpc-apple-darwin1.4)" (Oct 8, 10:41am) References: <20011008001533.A7577@fysh.org> <000601c14fc2$afabdbd0$21c9ca95@mow.siemens.ru> <9prhh5$drc$1@coral.primenet.com.au> <3BC174DA.782C7893@yahoo.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: Oliver Kiddle , zsh-workers@sunsite.dk Subject: Re: zsh 4.0.2 (powerpc-apple-darwin1.4) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 8, 10:41am, Oliver Kiddle wrote: } } It isn't the case here but with some of the completion functions for } example, the files are still identical on both branches. Is it possible } to commit it as normal on the 4.1 branch and then just update the tag } for the stable branch to the new file instead of copying and committing } on the stable branch. Unfortunately, no, CVS doesn't work like that. If all you do is retag the trunk revision with an ordinary (non-branch) tag, then checkouts of exactly that tag will pick up exactly that rev of the file, but checkouts/updates of the branch tag will still get the previous one. You could manually delete and recreate the magic "branch tag", but that's rather dangerous. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net