[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

AW: chcp has no effect on output encoding for chcp

From: Matthias Ludwig <matthias-ludwig_at_gmx.net>
Date: Tue, 8 Sep 2015 14:00:50 +0200

Thank you for the tip, I will check this.
I did not find any method in javahl. Did I missed it?
Could I write the JNDI-Binding myself?
Or do I have to use phyton?

-----Ursprüngliche Nachricht-----
Von: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.name]
Gesendet: Montag, 7. September 2015 23:26
An: Matthias Ludwig <matthias-ludwig_at_gmx.net>
Cc: users_at_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 svnlook.

svnlook just wraps the svn_fs/svn_repos APIs, which do have bindings:

    % python2
>>> from svn.fs import *
>>> from svn.repos import *
>>> fs = svn_repos_fs(svn_repos_open("/tmp/r"))
>>> svn_fs_youngest_rev(fs)
    0L

(The repository was empty, i.e., zero revisions.)
Received on 2015-09-08 14:00:57 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.