-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.4
-
Fix Version/s: None
-
Component/s: maven-scm-provider-svn
-
Labels:None
-
Environment:Linux
maven-scm-provider-svntest sets LC_MESSAGES=C but that does not help if LC_ALL has been set to some incompatible value by the user. It should either set LC_ALL=C or unset LC_ALL in combination with LC_MESSAGES=C.