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

Re: [RFC/PATCH] commit messages not 8-bit compatible

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-05-29 22:11:55 CEST

Branko Čibej <brane@xbc.nu> writes:

> The only thing we said about properties is that they can store
> arbitrary binary data.

Basically, properties should probably be divided into text properties
and binary properties somehow (I believe there are comments in the
code to that effect as well). If you want to have a truly binary
property (like an icon), you don't want it printed to stdout by `svn
proplist -v' for example.

If there is such a distinction, it is possible to do UTF-8 recoding
for text properties (fixing the svn:ignore dilemma) and leave binary
properties alone.

Just a site remark. I was pondering a bit on this very aspect just
yesterday.

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:23:38 2002

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.