Commit 0f2bc0da by René Moser

subversion: use LANG=C to prevent regex failures

Fixes bug GH-5549.
parent 332d3d6a
......@@ -94,6 +94,7 @@ class Subversion(object):
def _exec(self, args):
bits = [
'LANG=C',
self.svn_path,
'--non-interactive',
'--trust-server-cert',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment