From owner-cvs-all@FreeBSD.ORG Wed Jun 25 12:42:12 2003 Return-Path: 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 470B337B401; Wed, 25 Jun 2003 12:42:12 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1339343FF5; Wed, 25 Jun 2003 12:42:05 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h5PJfxVd003274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Jun 2003 22:41:59 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h5PJfwdr003267; Wed, 25 Jun 2003 22:41:58 +0300 (EEST) (envelope-from ru) Date: Wed, 25 Jun 2003 22:41:58 +0300 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20030625194158.GK75112@sunbay.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> <20030625192049.GA69947@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x1F0m3RQhDZyj8sd" Content-Disposition: inline In-Reply-To: <20030625192049.GA69947@dragon.nuxi.com> User-Agent: Mutt/1.5.4i 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 19:42:12 -0000 --x1F0m3RQhDZyj8sd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 25, 2003 at 12:20:49PM -0700, David O'Brien wrote: > 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=20 > > > > bigger problems fixed. > > >=20 > > > Actually, you can't fix it as it requires directly changing the ,v fi= les. > > > This is something only cvs@ can fix. A simple email to them asking t= hem > > > to /Atheros/ATHEROS/ for the *,v files is all that is required. > > >=20 > > 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. >=20 > 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. >=20 "cvs tag -B -d" does indeed remove the old tag. If order is of concern here, the following technique could be used: cvs -d /home/ru/3/cvsroot import -m "test import" test Foo v1_0 cvs -d /home/ru/3/cvsroot co test cvs log test symbolic names: v1_0: 1.1.1.1 Foo: 1.1.1 cvs tag -d v1_0 cvs tag -B -d Foo cvs -d /home/ru/3/cvsroot import -m "test import" test FOO v1_0 cvs log test symbolic names: v1_0: 1.1.1.1 FOO: 1.1.1 Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --x1F0m3RQhDZyj8sd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE++fsGUkv4P6juNwoRAmSJAJ95ownCD/lgMNR0HEZ5gtw81GN/RACfWFSF TKARvfyezjxXv/5LzZUmm/E= =1Zyt -----END PGP SIGNATURE----- --x1F0m3RQhDZyj8sd--