> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Mike Castle > Sent: Wednesday, July 11, 2001 2:56 PM > To: [EMAIL PROTECTED] > 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. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
- Re: How well does CVS handle other types of data? Greg A. Woods
- RE: How well does CVS handle other types of data? Thornley, David
- RE: How well does CVS handle other types of data? Greg A. Woods
- RE: How well does CVS handle other types of data? Peter Fox
- RE: How well does CVS handle other types of data? Greg A. Woods
- Re: How well does CVS handle other types of data? Lan Barnes
- RE: How well does CVS handle other types of data? Jeff King
- Re: How well does CVS handle other types of data? Mike Castle
- Re: How well does CVS handle other types of data? Noel L Yap
- Re: How well does CVS handle other types of data? Jeff King
- Re: How well does CVS handle other types of data? Eric Siegerman
- Re: How well does CVS handle other types of data? Noel L Yap
- RE: How well does CVS handle other types of data? Jeff King
- RE: How well does CVS handle other types of data? Greg A. Woods
- RE: How well does CVS handle other types of data? Noel L Yap
- RE: How well does CVS handle other types of data? Jeff King
- RE: How well does CVS handle other types of data? Greg A. Woods
- RE: How well does CVS handle other types of data? Jeff King
- RE: How well does CVS handle other types of data? Chris Cameron
- Re: How well does CVS handle other types of data? Mike Castle
