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

Re: svn: Can't convert string from native encoding to 'UTF-8'

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Fri, 9 Oct 2009 02:16:13 -0500

On Oct 9, 2009, at 01:30, J. Bakshi wrote:

> Thanks for your kind response. Yes the locales are from my client PC.
> Here is my post-commit script running on the server.
>
> ````````````````````````````
> #! /bin/bash
>
> /usr/bin/svn up /srv/www/htdocs/testhook
> `````````````````````````````````````````````

Try:

#!/bin/bash

LANG=en_US.UTF-8 /usr/bin/svn up /srv/www/htdocs/testhook

If LANG isn't enough, try adding the rest of the variables you
mentioned.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2405431

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-09 09:17:39 CEST

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.