Windows binary distribution: Apache Haus

2016-02-07 Thread Matthias Ludwig
In the list of binary distributions for windows (https://subversion.apache.org/packages.html#windows) I miss the Apache Haus site. One can download Apache modules and command line excecutables for 32 bit and 64 bit windows there. Maybe you can add the link to Apache Haus (https://www.apachehaus.co

AW: AW: chcp has no effect on output encoding for chcp

2015-09-10 Thread Matthias Ludwig
icht- Von: Branko Čibej [mailto:br...@wandisco.com] Gesendet: Dienstag, 8. September 2015 14:17 An: users@subversion.apache.org Betreff: Re: AW: chcp has no effect on output encoding for chcp On 08.09.2015 14:00, Matthias Ludwig wrote: > Thank you for the tip, I will check this. > I did

AW: chcp has no effect on output encoding for chcp

2015-09-08 Thread Matthias Ludwig
Thank you, I will try that. -Ursprüngliche Nachricht- Von: Bert Huijben [mailto:b...@qqmail.nl] Gesendet: Dienstag, 8. September 2015 09:24 An: 'Daniel Shahaf' ; 'Matthias Ludwig' Cc: users@subversion.apache.org Betreff: RE: chcp has no effect on outp

AW: chcp has no effect on output encoding for chcp

2015-09-08 Thread Matthias Ludwig
: Matthias Ludwig Cc: users@subversion.apache.org Betreff: Re: chcp has no effect on output encoding for chcp Matthias Ludwig wrote on Mon, Sep 07, 2015 at 11:45:13 +0200: > The use of the subversion language bindings is no alternative because > there exists no language bindings for s

chcp has no effect on output encoding for chcp

2015-09-07 Thread Matthias Ludwig
Hello, I'm using svnlook on a precommit-hook and have some problems with the output encoding. Os: windows 7 Apache 2.4 Apache subversion: testet version 1.8 / 1.9 from different distributions see below how does svnlook determine the output encoding? I found statements that the output encoding is

AW: svnlook proplist & unicode characters

2014-12-17 Thread Matthias Ludwig
I've solved the problem for myself with a workaround: I use "svn proplist" instead of "svnlook proplist". The unicode chararacters gets URL-encoded. This works. Thank you very much for your suport! > -Ursprüngliche Nachricht- > Von: Matthias Lud

AW: AW: AW: svnlook proplist & unicode characters

2014-12-17 Thread Matthias Ludwig
g ist therefore converted in the Runtime.getRuntime().exec method. > -Ursprüngliche Nachricht- > Von: Philip Martin [mailto:philip.mar...@wandisco.com] > Gesendet: Mittwoch, 17. Dezember 2014 19:49 > An: Matthias Ludwig > Cc: users@subversion.apache.org > Betreff: Re: AW: AW: svnlook proplist

AW: AW: svnlook proplist & unicode characters

2014-12-17 Thread Matthias Ludwig
> The most common way for decomposed characters to find their way into the > repository is by using an OSX-based Subversion client to create the paths. You've right. What probably happened is that a person with an iMac created the document wich was checked in by an non OSX user. Maybe we just ha

AW: AW: svnlook proplist & unicode characters

2014-12-17 Thread Matthias Ludwig
o=0x6f ?=0x308 /=0x2f cmd.exe /C chcp 65001 & cmd.exe /C C:\Program Files (x86)\Subversion\bin\svnlook proplist C:\test\repo //a//o? svnlook: E160013: Pfad »/a/o¨« existiert nicht > -Ursprüngliche Nachricht- > Von: Philip Martin [mailto:philip.mar...@wandisco.com] > Gesen

AW: svnlook proplist & unicode characters

2014-12-16 Thread Matthias Ludwig
Dezember 2014 14:59 An: Matthias Ludwig Cc: users@subversion.apache.org Betreff: Re: svnlook proplist & unicode characters "Matthias Ludwig" writes: > I try to call Svnlook proplist within a svn hook on windows. > > Svnlook proplist > > The contains unicode o

svnlook proplist & unicode characters

2014-12-14 Thread Matthias Ludwig
Hello, I try to call Svnlook proplist within a svn hook on windows. Svnlook proplist The contains unicode only characters (unicode combinining characters). The unicode characters are not passed correctly to svnlook. I googled around and found that one should that the code page with chcp. T