svn subrepo and solaris and en_US.UTF-8

Mads Kiilerich mads at kiilerich.com
Sat Jan 16 18:49:23 CST 2010


test-subrepo-svn fails on solaris because "hg ci -m1" in the "add first 
svn sub" fails with
+abort: couldn't set locale correctly
+couldn't set locale correctly
+couldn't set locale correctly
+svn: warning: cannot set LC_CTYPE locale
+svn: warning: environment variable LC_ALL is en_US.UTF-8
+svn: warning: please check that your locale name is correct

- that is probably because en_US.UTF-8 isn't known on solaris. Setting 
it to C in mercurial/subrepo.py makes the test pass - but that is 
probably not a solution?

/Mads


More information about the Mercurial-devel mailing list