Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
8c7a54bc
Commit
8c7a54bc
authored
Jun 15, 2010
by
Friedemann Kleint
Browse files
VCS[Subversion]: Remove LANG=C setting
as it breaks the log output. Task-number: QTCREATORBUG-1623
parent
e5b9c76f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/subversion/subversionplugin.cpp
View file @
8c7a54bc
...
...
@@ -1062,9 +1062,6 @@ SubversionResponse SubversionPlugin::runSvn(const QString &workingDir,
Utils
::
SynchronousProcess
process
;
if
(
!
workingDir
.
isEmpty
())
process
.
setWorkingDirectory
(
workingDir
);
QProcessEnvironment
env
=
QProcessEnvironment
::
systemEnvironment
();
env
.
insert
(
QLatin1String
(
"LANG"
),
QString
(
QLatin1Char
(
'C'
)));
process
.
setProcessEnvironment
(
env
);
process
.
setTimeout
(
timeOut
);
process
.
setStdOutCodec
(
outputCodec
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment