This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RCS tags in ada source files
- From: Geoffrey Keating <geoffk at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 13 Mar 2002 12:21:27 -0800
- Subject: RCS tags in ada source files
A number of ada source files have comments like:
/****************************************************************************
* *
* GNAT COMPILER COMPONENTS *
* *
* A D A I N T *
* *
* $Revision: 1.6.8.1 $
This causes problems with branching and merging.
Would people prefer:
1. Using -kb on these files, so that the tags are kept but not changed
by CVS; or
2. Deleting the tags?
--
Geoff Keating <geoffk@redhat.com>