Re: Short CVS question - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Short CVS question
Date
Msg-id 20081110124738.GA6053@alvh.no-ip.org
Whole thread Raw
In response to Short CVS question  (Dirk Riehle <dirk@riehle.org>)
List pgsql-hackers
Dirk Riehle wrote:

>
> 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?

Also try cvs2cl, which might help you:
   common_args="--revisions --no-indent --no-wrap --separate-header"   branch_arg=""   branch=$(cvs status configure.in
|grep 'Sticky Tag' | awk '{print $3}')   if [ $branch != "(none)" ]; then       branch_arg="--follow $branch"   fi   if
[! -f ChangeLog ]; then       cvs2cl $common_args $branch_arg   else       cvs2cl $common_args $branch_arg --accum
fi


-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: pg_do_encoding_conversion glitch
Next
From: Tom Lane
Date:
Subject: Re: [I|S]CONST/[I|S]const in gram.y