[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: J. Bakshi <joydeep_at_infoservices.in>
Date: Fri, 09 Oct 2009 16:56:46 +0530

Ryan Schmidt wrote:
> 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
>

Ryan you are a hero !!
I have followed your hints and have not found the error any more.
Great :-)

> 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].
>
>

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-09 13:27:48 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.