You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm...
Is there a reason to use LC_ALL=C in Rex::Interface::Exec::Local?
As I know LC_ALL should be used for debug purposes https://wiki.archlinux.org/index.php/Locale.
removing LC_ALL=C solve this problem
Hello.
Can't checkout svn repository that contains filenames in some UTF-8 symbols (Linux Debian 9 and OpenBSD)
Rex version: 1.6.0
Subversion client version: 1.9.5 (r1770682)
filename examples:
I can checkout this repository from shell:
LC_ALL= LC_CTYPE=en_US.UTF-8 svn --non-interactive --trust-server-cert --username 'user' --password 'user' checkout https://host/svn/path/ /path/
but can't via
Rex::SCM::Subversion
because it force setLC_ALL=C
inRex::Interface::Exec::Local
at line 75LC_CTYPE=
should be a current system localerelated stackoverflow topic about SVN-client: https://stackoverflow.com/questions/2116718/svn-error-cant-convert-string-from-native-encoding-to-utf-8
Best Regards, Ilya Pavlov
The text was updated successfully, but these errors were encountered: