This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RCS tags in ada source files


On 13-Mar-2002, David O'Brien <obrien@FreeBSD.org> wrote:
> On Thu, Mar 14, 2002 at 05:27:28PM +1100, Fergus Henderson wrote:
> > On 13-Mar-2002, Robert Dewar <dewar@gnat.com> wrote:
> > > <<*Quite* a shame.  Often I have wanted to know what revision (from the FSF
> > > repo) of a GCC or Binutils file I have.
> > 
> > So ship the `CVS' directories in the source distribution.
> > That keeps the revision numbers present, but in a place where
> > they don't cause problems for `diff' or `cvs diff'.
> 
> You might be surprised by the number of people that import GCC/Binutils
> bits into their own CVS repositories.  *BSD's, Cygnus, Wind River, many
> other embedded companies, etc..  It would not be easy to have the FSF
> CVS/ laying around.

Why not?  `cvs import' ignores `CVS' directories by default anyway.

In the worst case, if it should happen to be a problem,
how hard is it to type `find . -name CVS | xargs rm'?

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]