Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
The same problem occurs on my Windows 2003 Server SP2 machine. The locale is 
set to 
English (United States), the language for non-Unicode programs is set to 
English 
(United States) as well. I am running "gclient sync" from Visual Studio 2005 
Command 
Prompt window. Yet executing "gclient sync" from a regular command prompt 
(cmd.exe) 
yields the same result.

Original comment by [email protected] on 9 Sep 2008 at 8:21

Attachments:

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
sindilevich,
Can you confirm if the attached patch fixes the issue in your Windows machine?

Original comment by [email protected] on 9 Sep 2008 at 12:32

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Hi goedson,

No, the lines you have added:

  if 'LC_MESSAGES' in env:
    env['LC_MESSAGES'] = 'C'
  if 'LC_ALL' in env:
    env['LC_ALL'] = 'C'

did NOT help on my Windows machine...

Original comment by [email protected] on 10 Sep 2008 at 1:48

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
sindilevich,

maybe you should try without the conditionals, keeping only the:

env['LC_MESSAGES'] = 'C'
env['LC_ALL'] = 'C'

and see if this solves the problem.

Another thing that could help us nail down this issue would be printing the 
contents
of your 'env' and try to find any locale related variable.

Original comment by [email protected] on 11 Sep 2008 at 12:19

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Should be fixed by the following checkin, which parses the output "svn info 
--xml" to
try to avoid localization issues entirely:

http://code.google.com/p/gclient/source/detail?r=27

If that doesn't answer satisfactorily, please re-open the issue, or open a new 
one
with an appropriate use case description.

Thanks,

Original comment by [email protected] on 11 Sep 2008 at 2:58

  • Changed state: Fixed

from gclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.