You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2002/05/30 22:58:40 UTC

clients need the charset (was: [RFC/PATCH] commit messages not 8-bit compatible)

On Fri, May 31, 2002 at 12:37:21AM +0200, Marcus Comstedt wrote:
> Karl Fogel <kf...@newton.ch.collab.net> writes:
> > Log messages are not "textual information used by the Subversion API".
> > They are textual information passed around opaquely by the Subversion
> > API.  Subversion never *uses* it, not the way it uses paths (comparing
> > and finding separators and so forth).
> 
> For the libs, this is correct.
>...
> However, there is the question
> of client implementations too.  Both because Subversion contains such
> an implementation, to be used for both production use and reference,
> and because other implementations must agree on an interpretation to
> be interoperable.  So there is both an implementation and policy
> question for the client that can't be ignored.

Right. The libs are useless without a client.  USE. LESS.

Whether that client is 'svn' or ViewSVN or a GUI or cvs2svn or ...  All of
these need to *know* that charset to make use of it.

Heck. Today, we have four clients: svn, svnlook, svnadmin, and cvs2svn. All
four use that log message. We also have the tweak-cgi and the commit-email
scripts, leveraging svnlook, so you could say we have six clients all
dealing with the log message.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org