This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RCS tags in ada source files
On Wed, Mar 13, 2002 at 02:56:00PM -0600, Joel Sherrill wrote:
> Someone suggested to me that there is a CVS patch to support project
> specific keywords like BSDId or GCCId. I think the FreeBSD folks
> use it. This lets you share source between projects and each repository
> has its own special Id marker.
Yes. We have $FreeBSD$. We also store the $FreeBSD$'s unexpanded in the
,v files. The CVS client expands and fills them in during
checkout/update.
I believe the way FreeBSD does things also removes the branch merge
issue raised here.