From owner-cvs-src@FreeBSD.ORG Wed Jun 25 12:20:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBCEB37B401; Wed, 25 Jun 2003 12:20:50 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B3C44011; Wed, 25 Jun 2003 12:20:50 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h5PJKnaQ074613; Wed, 25 Jun 2003 12:20:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h5PJKn0V074612; Wed, 25 Jun 2003 12:20:49 -0700 (PDT) Date: Wed, 25 Jun 2003 12:20:49 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030625192049.GA69947@dragon.nuxi.com> References: <200306250606.h5P66pKB035472@repoman.freebsd.org> <20030625173523.GA31535@dragon.nuxi.com> <159542489.1056537815@melange.errno.com> <20030625174658.GA47724@dragon.nuxi.com> <20030625185216.GH75112@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030625185216.GH75112@sunbay.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/ath - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 19:20:51 -0000 On Wed, Jun 25, 2003 at 09:52:16PM +0300, Ruslan Ermilov wrote: > On Wed, Jun 25, 2003 at 10:46:58AM -0700, David O'Brien wrote: > > On Wed, Jun 25, 2003 at 10:43:35AM -0700, Sam Leffler wrote: > > > David, ru explained this to me and I promised to fix it as soon as I've got > > > bigger problems fixed. > > > > Actually, you can't fix it as it requires directly changing the ,v files. > > This is something only cvs@ can fix. A simple email to them asking them > > to /Atheros/ATHEROS/ for the *,v files is all that is required. > > > Yes you can, by first doing a null import (using the same sources) to > the ATHEROS branch (the branch will stay at 1.1.1), and then using the > "cvs tag -B -d Atheros" command; since tre tag name is neither RELENG* > nor RELEASE*, CVSROOT/tagcheck will allow permit this operation. That will (1) leave the old tag, which is sloppy. (2) place the new tag in the not normal place for finding what the tag is when doing "cvs log". cvs@ is the best person to change things so it looks like things were always that way.