Subject: Re: CVS commit: htdocs/developers/features
To: None <www-changes@netbsd.org>
From: Mishka <mishka@batraq.anything3d.com>
List: www-changes
Date: 11/22/2002 15:44:58
Simon Burge wrote:
> Module Name:	htdocs
> Committed By:	simonb
> Date:		Fri Nov 22 13:29:02 UTC 2002
> 
> Modified Files:
> 	htdocs/developers/features: index.html
> 
> Log Message:
> Regen: pc532 uses evcnt(9) now.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.470 -r1.471 htdocs/developers/features/index.html
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

Hi folks!

How about commiting both sources and regenerated files at once?

I.e.:

	vi source.list
	make
	cvs commit source.*

instead of

	vi source.list
	cvs commit source.list
	make
	cvs commit source.html

IMHO, this decreases number of messages to mail-list and
commit messages of target files will be much more informative
(not a just "regen"). AFAIK, target files shouldn't edited
manualy and then it always "regen", isn't it?

--
BR, Mishka.