efegokdemir opened a new pull request, #1410: URL: https://github.com/apache/maven-scm/pull/1410
## Summary Ensure Subversion command output remains English even when the caller exports a conflicting `LC_ALL`. ## Changes - Set `LC_ALL=C` when constructing SVN commands. - Set `LC_ALL=C` for executed SVN commands alongside the existing message locale. ## Testing - `mvn -pl maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe -am -Dtest=SvnCommandLineUtilsTest -Dsurefire.failIfNoSpecifiedTests=false -DskipITs -Dcheckstyle.skip -Drat.skip -Dspotless.skip=true test` — passed - `git diff --cached --check` — passed Fixes #1375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
