Re: Short CVS question

From: "Douglas McNaught" <doug(at)mcnaught(dot)org>
To: "Dirk Riehle" <dirk(at)riehle(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Short CVS question
Date: 2008-11-08 16:39:20
Message-ID: 5ded07e00811080839n679fce9fl4b6b444a36abf961@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 7, 2008 at 8:24 PM, Dirk Riehle <dirk(at)riehle(dot)org> 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.

You can't, very easily. Every file commit in CVS is an independent
action--they are not grouped as a changeset. You would have to look
for other file commits that happened at the same time and have the
same log message. Each file has its own revision number that has no
relation to those of other files.

-Doug

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-11-08 16:52:15 Re: Short CVS question
Previous Message Hitoshi Harada 2008-11-08 15:51:10 Re: Windowing Function Patch Review -> Standard Conformance