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 16:31:42 -0400

The difference is that CVS is an excellent tool for managing source code,
because the VAST majority of cases involving concurrent editing of source
code is automatically mergable, and in the case of conflicts it is easy to
mark the differences between the files to make it easy to fix by hand. CVS
is a poor tool for managing images, because concurrent editing of binary
files such as images should always be avoided.

There could be hooks for handling mergable binary formats, but at that point
I think a tool other than CVS would be more appropriate.

> -----Original Message-----
> From: Noel L Yap [mailto:address@hidden
> Sent: Wednesday, July 11, 2001 4:23 PM
> To: address@hidden
> Cc: address@hidden
> Subject: RE: How well does CVS handle other types of data?
>
>
> What's the difference?  In either case you'll have to handle the
> merge on your
> own.
>
> What about binary files for which there already exists a merge
> algorithm (eg
> Word docs)?




reply via email to

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