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

Re: issues 1015,1025 post-1.0

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-02-05 00:25:28 CET

Eric Gillespie <epg@pretzelnet.org> writes:
> > Last I heard, someone really is using binary property values...
>
> Undoubtedly. Nevertheless, Subversion *is* useful to a large
> class of people without this feature. Therefore it should be
> post-1.0.

If I recall correctly, the issue is not about supporting binary
property values, but about ceasing to assume them (that is, to know
their mime-type and do UTF8 conversion on them where possible). The
fact that some people are already using binary properties means that
we can't just start unconditionally converting between native encoding
and UTF8, because then we'd corrupt those people's data. So we need
something more sophisticated, something that indicates when it's
appropriate to convert and when it's not, for an arbitrary user
property. That is the feature that has been punted to Post-1.0 -- not
binary props, but non-binary props :-).

None of which needs to affect issue #1025, of course. We need to
escape those property values for XML whether they're binary or not.
We might as well escape them as though they're binary, so that we
don't have to worry about that RA layer when we're figuring out what
to do about property policy from a user perspective.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 5 00:56:11 2003

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.