Re: Short CVS question, history

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Dirk Riehle <dirk(at)riehle(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Short CVS question, history
Date: 2008-11-08 08:40:24
Message-ID: 49155078.8090508@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dirk Riehle wrote:
> Hi,
>
> I have a short CVS question please: How do I go from a particular file
> revision like
>
> pgsql/cvs/pgsql/src/backend/parser/parse_relation.c.1.3
>
> to the complete commit? I.e. I would like to navigate back from this
> particular file to the commit and see all the other files that were
> touched by the commit.

CVS isn't very good at this. As Tom Lane noted, your best bet is to do
it by checking a narrow time window around the time the file of interest
was changed. If commit activity isn't too high this is generally just fine.

This is one of the (many) problems with CVS that Subversion solves. Not
that it solves all of them, mind you.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2008-11-08 08:44:16 Re: Defining string to represent null values in select
Previous Message Tom Lane 2008-11-08 05:01:56 Re: After delete trigger problem