info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to baseline project for subsequent releases


From: david
Subject: Re: How to baseline project for subsequent releases
Date: Mon, 1 Apr 2002 18:51:02 -0600 (CST)

> Please help me, CVS beginner, on this:
> For every release we build, we need to know which version of which
> file went into release.
> 
> How do we do that with CVS?
>
Tag every file in the release.  Another thing you can do is use RCS
ID information in the files; where I last worked each C++ compilation
unit had something like const char * rcsid = "$Id";.
 
> I believe task can be simplified if we tagged all files with same
> version name for every release, but we'd preffer not to change
> versions of files that haven't been modified.
> 
You don't have to change them, all you have to do is tag them.  There's
no problem whatsoever in having multiple CVS tags on the same revision.

David H. Thornley                        | If you want my opinion, ask.
address@hidden                       | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]