RE: Another feature request (CVS integration) (Ribeiro, Glauber)
From: lucc <lucc inf ufrgs br>
To: dia-list gnome org
Subject: RE: Another feature request (CVS integration) (Ribeiro, Glauber)
Date: Tue, 13 Apr 2004 22:46:25 -0300
Hi,
actually, although it would be nice merge different diagrams
that was not my point. I think that .dia would still be gziped and
handled as binary data by CVS. Concurrent accesses should be handled
by other means, e.g. locking the edited file. Even without the
ability to merge concurrent modifications, the ability have a history
of previous states is per-se very useful.
I guess, some time in future, one would design a general tool for
merging Dia diagrams. That tool would also be used to improve ntegration
with CVS, by allowing you to select which shapes/objects you want to
keep or delete. I think that XML based merging would be to much error
prone. Anyway, this is a next step towards full integration, we would
would start considering binary data.
[]'s
Lucc
> --__--__--
>
> Message: 3
> Subject: RE: Another feature request (CVS integration)
> Date: Tue, 13 Apr 2004 12:22:30 -0500
> From: "Ribeiro, Glauber" <Glauber.Ribeiro@experian.com>
> To: <dia-list@gnome.org>
> Reply-To: dia-list@gnome.org
>
> This may not be very easy to do. To integrate well with CVS, you =
> probably want to save your diagrams uncompressed and also "pretty =
> printed" or at least with line breaks, to maximize CVS' ability to =
> handle it (CVS tracks changes by line).