Merge pull request #5626 from resmo/fix/subversion-5549
subversion: use LANG=C to prevent regex failures
This commit is contained in:
commit
1740a7a3f1
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class Subversion(object):
|
|||
|
||||
def _exec(self, args):
|
||||
bits = [
|
||||
'LANG=C',
|
||||
self.svn_path,
|
||||
'--non-interactive',
|
||||
'--trust-server-cert',
|
||||
|
|
Loading…
Reference in a new issue