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

Re: problem using/showing LogMessages on an svn-entry that has mutated vowel in its log-message-content

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 18 Feb 2011 10:39:56 +0100

On 18.02.2011 09:59, Thomas STEININGER wrote:
>
> Hello i have an really *big problem *using tortoise-svn.
>
> The same problem has - by the way - eclipse-subversive with
> javahl-connector, but not with svnkit-connector.
>
> if i try to show the logs of ein entry/file/.. in tortoisesvn where the
> log-messages contain a mutated vowel (german: deutscher umlaut)
> then it brings an failure msg:
>
> and then it shows
>
> instead of the messages.
>
> can anybody help?

log messages must be in utf8 encoding. That's a requirement of the svn
library. If they're not, then anything can happen. For example if you
access the repository with http(s), then those messages have to be sent
in an xml response, and non-utf8 strings result in invalid xml.

When you commit with TSVN, TSVN ensures the encoding. But it might be
that other svn clients have a bug and don't properly encode the log
messages. In that case you have to fix the repository on the server
directly using the command line tools (svnadmin).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2705309
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-18 10:40:14 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.