To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61599
                  Issue #:|61599
                  Summary:|Revision-control friendly file format needed
                Component:|framework
                  Version:|OOo 2.0.1
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|ENHANCEMENT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|hadmut





------- Additional comments from [EMAIL PROTECTED] Sat Feb  4 02:35:11 -0800 
2006 -------
Hi,

the openoffice document types are actually a directory tree of several files
(mostly XML), put in a zip archive, thus saving up to 90% of storage space and
keeping things packed together.

However, this format is extremely unfriendly to revision control systems. If I
want to store a document or a presentation into an revision control system such
as CVS or Subversion, the document is treated as a simple binary. If I have a
document with pictures etc. of 8 MByte, and change just a single character in
the text (typo...), this wastes another 8 MByte of storage. It would be
desirable to have a different file-format, which is not that highly compressed,
but better to handle for revision control.

What about this:

Leave it as it is, but allow to not use the ZIP archive, but store it in a real
directory. Allow to store into directories and to read from it.

regards
Hadmut

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to