Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-28 10:28:49


Douglas Gregor wrote:

> http://svn.boost.org/trac/boost/wiki/BoostSubversion

The section starts with:

    Internally, Subversion stores all text files using the Unix line endings (i.e., a single line feed).

This is factually wrong. By default, Subversion does not care about
line endings at all (because it uses binary deltas, not text deltas as CVS used to). It only
starts to use Unix line endings when you use svn:eof-style.
 
> The Subversion repository will verify that you have set the mime-type
> and eol-style properly

What does it mean for mime-type to be "property set"? Subversion only cares
if the mime type is "text/*" or not, and otherwise mime type is irrelevant.

So, what exactly is enforced?

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk