[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/include svn_delta.h

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-01 17:15:27 CET

Greg Stein <gstein@lyra.org> writes:
> To the original question, I'd prefer to not deal with txdeltas and windows
> and stuff. I want to give the FS a stream and a MIME type for that stream.
> Let the FS sort out (based on content-type) whether to use txdelta or just
> to drop the plain text into the node.

We've discussed a similar situation before. I don't think the FS
should deal with MIME types. It all needs to be put in a canonical
form at some point, and I'm quite sure that point should be *outside*
the filesystem interface. I have no problem adding any number of more
specific text editing functions to the FS interface, but dealing with
MIME issues is *not* part of the FS's contract.

> So... the ideal interface for me can handle three forms of changing file
> contents:
>
> 1) I feed it an entire plain text file in chunks (basically, I get a
> writable svn_stream_t and drop data in)
>
> 2) I feed it an entire SVNDIFF in chunks (I'd write to an svn_stream and
> something between the stream and the FS would interpret the SVNDIFF)
>
> 3) I feed it arbitrary ranges of plain text, with each range provided in
> chunks (sort of a seek-write-write, seek-write pattern).

I'm happy to add whatever functions you'd find helpful, as long as
they've got a specific, well-defined behavior, and there's some reason
it's beneficial for them to be inside the FS, instead of outside the
FS and using some more generic interface to do their work.
Received on Sat Oct 21 14:36:23 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.