Re: CVS repository invalid revision

From: Aidan Van Dyk <aidan(at)highrise(dot)ca>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Christian Robottom Reis <kiko(at)canonical(dot)com>, pgsql-hackers(at)postgresql(dot)org, Martin Pitt <martin(at)piware(dot)de>
Subject: Re: CVS repository invalid revision
Date: 2008-02-20 22:31:45
Message-ID: 20080220223145.GC16099@yugib.highrise.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Andrew Dunstan <andrew(at)dunslane(dot)net> [080220 17:11]:

> Aidan Van Dyk wrote:
> >And, the fromcvs converter, which works fine, just happens to *not*
> >support importing tags - go figure ;-)

> Meaning it chokes on the $PostgreSQL: ...$ stuff? or what?

$something$ are "keywords" in CVS speak. Tags are "cvs tag" type
operations that put "human labels" on a specific set of files (like
REL7_1BETA2, etc).

It's the cvs tags, not keywords that are causing cvsps the pain
(and thus git cvsimport).

fromcvs doesn't try and import tags at all, so it happens to avoid that
that tag problem completely.

I haven't tried to figure out exactly what tag it is, or what file(s)
the tags are problematic on yet, because it takes repeated munging/cvsps
runs to figure out, and I haven' had the time yet... But just blindkly
removing all the REL7_1* tags "worked for me"...

a.

--
Aidan Van Dyk Create like a god,
aidan(at)highrise(dot)ca command like a king,
http://www.highrise.ca/ work like a slave.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-02-20 22:31:52 Re: CVS repository invalid revision
Previous Message Heikki Linnakangas 2008-02-20 22:31:41 Re: CVS repository invalid revision