On 12/12/06, Tatu Saloranta <[EMAIL PROTECTED]> wrote:
--- Roland Weber <[EMAIL PROTECTED]> wrote: ...
As far as I understand this is correct: Subversion does (IMO) the smart thing, and does try to outsmart its users. Thus, it doesn't try to do automatic linefeed conversion, for example, and I wouldn't expect it to try to do encoding changes either.
SVN does do line conversion if you set the property: svn:eol-style native This is very useful for text files that may be editted on various different systems, as it ensures that differences work properly, no matter which system they are editted or diffed on. If you do want to apply the property, the file has to be in the correct native format first, so best to do this on the OS where the file was last updated. (Dunno about encoding.) Sebastian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
