> -Original Message-
> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
> Sent: maandag 7 september 2015 23:26
> To: Matthias Ludwig
> Cc: users@subversion.apache.org
> Subject: Re: chcp has no effect on output encoding for chcp
>
> Matthias Ludwig wrote on
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 svnlook.
svnlook just wraps the svn_fs/svn_repos APIs, which do have bindings:
% python2
>>> from svn.fs import *