Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change help language in SVN on Windows?

How to change the language of commands' documentation under Windows, printed by following command: svn help checkout

like image 935
Dawid Ohia Avatar asked Nov 07 '10 12:11

Dawid Ohia


2 Answers

Use the LANG environment variable

set LANG=en_US
like image 90
Alex Jasmin Avatar answered Oct 05 '22 16:10

Alex Jasmin


I was using IntelliJ and couldn't set an environment variable. So I deleted the de folder from Program Files\SlikSvn\Share\Locale and the client fell back to using English.

like image 41
Sonata Avatar answered Oct 05 '22 16:10

Sonata