cvs commit: src/sys/contrib/dev/ath - Imported sources

Ruslan Ermilov ru at FreeBSD.org
Wed Jun 25 12:42:12 PDT 2003


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 
> > > > 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.
> 
"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,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20030625/7a57432b/attachment.bin


More information about the cvs-src mailing list