info-cvs
[Top][All Lists]
Advanced

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

RE: How well does CVS handle other types of data?


From: Jeff King
Subject: RE: How well does CVS handle other types of data?
Date: Wed, 11 Jul 2001 15:42:20 -0400

> -----Original Message-----
> From: address@hidden [mailto:address@hidden Behalf Of
> Mike Castle
> Sent: Wednesday, July 11, 2001 2:56 PM
> To: address@hidden
> Subject: Re: How well does CVS handle other types of data?
>
>
> On Wed, Jul 11, 2001 at 02:29:08PM -0400, Jeff King wrote:
> > Exactly. "Source code" and "binary data" are quite conceptually
> different.
>
> Not always.
>
> Both can be used to create an executable (embedded icons, for instance).
> So, from the viewpoint of "source items that are used to make a final
> executable," they ARE conceptually the same.

No, they are still not the same at all. Icons are simply data being
displayed by the window. The fact that it's compiled into the EXE is a build
issue, not a source code issue. Embedding icons (e.g., Delphi copies the
binary data into its form files) is just an issue of mixing data and code,
which I consider bad regardless of versioning tool.

Instead of embedding icons, you can load the images from a resource file at
run time.




reply via email to

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