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

[TSVN] Character encoding issues with log messages to Mantis

From: <johan.stenqvist_at_skandia.se>
Date: 2005-02-04 13:22:16 CET

Hi,

I'm having trouble getting log messages containing language
specific characters, like the swedish ċäö, into Mantis (for
bugtracking).
I guess this an encoding problem, and have discussed this
with Lüebbe outside this list some time ago. But I weren't
able to solve this.

I realise this isn't a 100% TSVN question, but since I know
that at least Lüebbe is running this combination, I thought
I might get lucky and find someone here who has solved this.

I'm running Subversion 1.1.3 on a windows 2003 server with
Apache 2.0.52. Mantis is running in the same Apache with
PHP 5 loaded as a module.

I use the following post-commit hook to export the log messages
to Mantis:

@echo off
if "%1"=="" goto usage
if "%2"=="" goto usage

svnlook log "%1" -r %2 | php -f e:\mantis\core\checkin.php
goto theend

:usage
echo Usage: add_issue_note PATH_TO_REPOSITORY REVISION
goto theend

:theend

Thanx for any help!

Best regards,
Johan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Feb 4 13:23:32 2005

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

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