pre-commit hook stderr output encoding
From: Nicolai Scheer <scope_at_planetavent.de>
Date: Fri, 16 Oct 2009 17:29:34 +0200
Hi!
Today, I stumbled upon a strange issue.
I use ubuntu karmic + apache 2.2.12 for serving a test-repository.
The following pre-commit hook script works perfectly fine:
#!/bin/bash
However, if I add some german umlaut:
#!/bin/bash
an svn command line client says (either on a remote windows machine or
Commit blocked by pre-commit hook (exit code 1) with output:
Locale on the server says:
scheer_at_karmic-dev:/var/local/svn/repos/test/hooks$ locale -a
and the file encoding of the pre-commit file is utf-8.
Is this a client or a server issue? I quickly searched trough the svn
Any suggestions?
Greetings,
Nico
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.