Why are we looking for ways to reduce file size? Why would we want to save
the whole file, and not just the changes to that file? It seems some very
powerful wiki software out there, has achieved this quite nicely.

I think by looking for ways to get around having to re-engineer part of the
version handling, we are also digging ourselves into a bigger hole down the
road.

Every other software project that has sidestepped engineering problems in
the past has ended up causing themselves more grief later.

Rigel

On 11/12/05, Henrik Sundberg <[EMAIL PROTECTED]> wrote:
>
> 2005/11/12, mark <[EMAIL PROTECTED]>:
> > <snip>
> > What would be more reasonable would be a plug-in interface to a CM tool,
> > such as CVS, or Subversion.
>
> I agree. I don't want my documents to grow indefinitely, And I don't
> want to export all versions of my documents.
> But can Subversion handle OpenDocuments in a good way?
>
> From another thread:
> 2005/11/10, Jim Higson <[EMAIL PROTECTED]>:
> >
> > I have a bunch of sxw files in a subversion repository (documentation
> for an
> > Open Source project). It'd be nice if the repo didn't have to treat them
> as
> > binary so it could do merge operations when several people make minor
> > changes.
> >
> > Is it possible to save in an uncompressed XML format?
>
> Is this the only solution? Being forced to check in directory trees
> for each document seems cumbersome.
> Why shouldn't the version control systems be able to handle zipped
> files directly? If they just know that the files are compressed, they
> ought to be able to handle differences between document versions as
> efficient as if the files were pure text.
> OTOH, I don't want to see the differences in the xml. I want the
> differences to be visible in Writer. Which result in:
>
> 2005/11/12, G. Roderick Singleton <[EMAIL PROTECTED]>:
> > Hmm, does File > Versions not fill your requirements? I think it should
> > do the job.
>
> A bit of both would be to use subversion as is, and then use a
> diff-program that produce the same result as I expect "File >
> Versions" to produce.
>
> Is there such a diff function included in OOo? Or does another
> OpenDocument diff utility exist?
>
> I'm sorry for being too verbose.
> /$
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to