Does svn client binary honors LANG env variable on Windows?

2018-02-10 Thread Thorsten Schöning
Hi all, I'm using the PHP webapp WebSVN and ran into encoding problems with file names in my Linux environment when e.g. creating downloadable Zipr or Tars using WebSVN. I worked around those problems using a simple shell wrapper like the following: > #!/bin/sh > > export LC_CTYPE=de_DE.UTF-8 > s

Re: Does svn client binary honors LANG env variable on Windows?

2018-02-10 Thread Branko Čibej
On 10.02.2018 09:59, Thorsten Schöning wrote: > Hi all, > > I'm using the PHP webapp WebSVN and ran into encoding problems with > file names in my Linux environment when e.g. creating downloadable > Zipr or Tars using WebSVN. I worked around those problems using a > simple shell wrapper like the fo

Re: EOL problems in cvs2svn converted repository

2018-02-10 Thread Bo Berglund
On Fri, 9 Feb 2018 14:06:33 -0600, Ryan Schmidt wrote: >If you want to do it after the conversion by just setting the >property starting now, without altering history, then check out >a working copy, set the properties where you want them, then check it in. I think this is what I want to do, b

Re: EOL problems in cvs2svn converted repository

2018-02-10 Thread Ryan Schmidt
On Feb 10, 2018, at 09:29, Bo Berglund wrote: > I tried the contrib py script on my Windows machine as follows: > > python svn_apply_autoprops.py --config %APPDATA%\Subversion\config > D:\Engineering\Projects\Subversion\EI > Traceback (most recent call last): > File "svn_apply_autoprops.py", li

Re: EOL problems in cvs2svn converted repository

2018-02-10 Thread Bo Berglund
On Sun, 11 Feb 2018 00:13:27 -0600, Ryan Schmidt wrote: >> Maybe it is not supposed to work on Windows? >> I have Python 2.7.1 installed in my PC. >> Should I instead check out the projects on Linux to make it work? > >According to a quick Google search, Python on Windows does not have >spawnvp,