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

Re: Client properties, checkout/update hook, encoding...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-19 16:31:41 CET

On Thu, 2004-02-19 at 09:05, Tobias Ringström wrote:

> No it doesn't. The commit log messages are handled that way, but not the
> file contents.

Correct. The repository stores all paths and commit logs in UTF8, but
doesn't *ever* change file contents. The repository treats file
contents as a pure bytestream. The only thing that ever changes file
contents is the working copy, which might do EOL translation or keyword
substitution.

It sounds like Marcin is asking for a 3rd type of working-copy
translation, one which does charset translation.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 19 16:36:19 2004

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.