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

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

From: Thomas STEININGER <tsteininger_at_racon-linz.at>
Date: Fri, 18 Feb 2011 11:26:42 +0100

because i did not find an reply btn on
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2705309
i post an new mail as answer to mail below.

we already want to correct the log-messages, but we did not find an way to
get all the log messages with failures and then to correct them.
is there a known way - a tip to help us?

thanks
thomas

Author steveking Full name Stefan Küng Date 2011-02-18 01:40:10 PST
Message 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

Der Austausch von Nachrichten mit o.a. Absender via e-mail dient ausschließlich Informationszwecken. Rechtsgeschäftliche Erklärungen dürfen über dieses Medium nicht ausgetauscht werden.

Correspondence with a.m. sender via e-mail is only for information purposes. This medium is not to be used for the exchange of legally-binding communications.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2705320

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-18 11:46:13 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.