Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
i encountered this.
temporary work around only for 'svn info' ...

Index: gclient.py
===================================================================
--- gclient.py  (revision 1663)
+++ gclient.py  (working copy)
@@ -260,7 +260,7 @@
   # when it's called with a list because it only tries to execute the
   # first string ("svn").
   return subprocess.Popen(c, cwd=in_directory, shell=(sys.platform == 'win32'),
-                          stdout=subprocess.PIPE).communicate()[0]
+                          stdout=subprocess.PIPE, env={'LANG': 
'C'}).communicate()[0]


 def CaptureSVNInfo(relpath, in_directory, verbose):

Original comment by [email protected] on 3 Sep 2008 at 1:29

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Fix integrated for next update:

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

Thanks!

Original comment by [email protected] on 4 Sep 2008 at 12:37

  • Changed state: Fixed

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Sadly, apparently not fixed.  :\

12:39 < geovah> only setting LANG=C don't seem to work
12:39 < geovah> LANG=C;svn info
12:39 < geovah> Chemin : .
12:39 < geovah> URL : http://src.chromium.org/svn/trunk/src
12:39 < geovah> Racine du dépôt : http://src.chromium.org/svn
12:40 < geovah> $ LANGUAGE=en_EN;svn info
12:40 < geovah> Path: .
12:40 < geovah> URL: http://src.chromium.org/svn/trunk/src
12:40 < geovah> Repository Root: http://src.chromium.org/svn

Original comment by [email protected] on 4 Sep 2008 at 7:40

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
from http://svnbook.red-bean.com/nightly/en/svn.advanced.l10n.html 
On my side :

export LC_ALL=C;svn info
Path: .
URL: http://src.chromium.org/svn/trunk/src
Repository Root: http://src.chromium.org/svn

so only setting LC_ALL seems ok

Original comment by [email protected] on 4 Sep 2008 at 7:50

from gclient.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Yeah, we should just switch to svn info --xml.  See issue 4:
http://code.google.com/p/gclient/issues/detail?id=4

Original comment by [email protected] on 4 Sep 2008 at 9:25

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.