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",

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 >

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

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