From: James D. <j-d...@us...> - 2003-06-30 08:37:02
|
In message <200...@vz...> on Mon, Jun 30, 2003 at 10:57:03AM +0400, Vitaly Ostanin wrote: > > I expect that we would actually keep a generated copy in the > > CVS repository, > > For what? This way keep information twice and not synced :( It is quite common for projects to have a number of generated files that are kept in CVS along with their source files. For a start, this allows casual developers to avoid requiring peculiar dependencies or extremely long bootstrap processes when using the CVS files. Moreover, it provides the `diff` and revision history advantages of CVS. |