From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
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 04:54:16 |
Message-ID: | 3321.1226120056@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Dirk Riehle <dirk(at)riehle(dot)org> writes:
> 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.
There's more than one way to do it. One way is
cvs diff -c -D'timestamp1' -D'timestamp2'
where the timestamps bracket the commit you're interested in. For
commits after 2004 or so, you can also check out the corresponding
message in the pgsql-committers archives
http://archives.postgresql.org/pgsql-committers/
> Also, is it possible that you moved the CVS repository once and lost
> some history?
Not that I'm aware of; though of course the project CVS goes back only
to 1996 and not into the Berkeley era. Is there something in particular
you're concerned about?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Teemu Juntunen | 2008-11-08 04:54:46 | Re: After delete trigger problem |
Previous Message | Dirk Riehle | 2008-11-08 04:00:25 | Short CVS question, history |