ipkg
ipkg update
ipkg upgrade svn
‘SVN: Warning Cannot Set LC_CTYPE Locale’ Solution
set this in users profile
export LC_COLLATE="C"
export LC_CTYPE="UTF-8"
export LC_MESSAGES="C"
export LC_MONETARY="C"
export LC_NUMERIC="C"
export LC_TIME="C"
export LC_ALL="C"
eller
export LC_ALL="C/en_US.UTF-8/C/C/C/C"