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

Re: Action request: mime-type of xml-dtd should be treated as text

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 05 Feb 2008 17:23:46 -0500

Thomas Scheffler wrote:
> What can be a good reason to store the same file over and over again, when
> data structure and content do not change? Is that a comon case now?

All files are stored on the Subversion server as binary (using a fairly
advanced scheme to track changes between versions), so this has nothing
to do with your complaint.

> I really like to have a diff and see right by svnnotify that just a two
> attributes changed their order if thats the case. If subversion makes a diff
> for it and stores it and I possibly can read it, why should I hang
> with "binary files differ"? What is so great about it?

You are missing the point. All files that have MIME types of
'application/*' are by definition binary:

        http://www.ietf.org/rfc/rfc2046.txt

There is a MIME type, text/xml:

        http://www.ietf.org/rfc/rfc2376.txt

which can be used for XML documents that are to be treated as text. It
would be wrong to make some exception for application/xml* which just
isn't 100% correct.

> So imho here is a huge loss in function if compared to CVS. And you did not
> convinced be so far that it is not.

CVS had virtually no support for binary types at all, so you are really
throwing out a red herring here...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-05 23:24:07 CET

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

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