Re: Python 3 Bindings Query

2017-10-18 Thread Julian Foad
Troy Curtis Jr wrote: 2. Do you want to pick up 'py3c' as a new dep, or implement the handful of necessary wrappers? I don't know the swig-py bindings well enough to answer that.  I guess it depends on how much a "handful" would be. [...] I'll default to not pulling it in, I don't think it

Re: Python 3 Bindings Query

2017-10-18 Thread Daniel Shahaf
Troy Curtis Jr wrote on Wed, Oct 18, 2017 at 03:49:57 +: > > Thanks for posting that. Is that patch ready for commit, or is it > > intended just as a proof of concept / basis for discussions? > > > > Definitely not ready for commit, it is the WIP of what I was hacking on > Sunday. I was

Re: Python 3 Bindings Query

2017-10-18 Thread Troy Curtis Jr
On Wed, Oct 18, 2017 at 10:11 PM Daniel Shahaf wrote: > Troy Curtis Jr wrote on Wed, Oct 18, 2017 at 03:49:57 +: > > > > > 3. Is the assumption of utf8 encoding sufficiently reasonable? > > > > > > In Subversion, we assume that argv and stdout are encoded in APR's >

Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-18 Thread Thomas Singer
Hi, When performing following steps on my old Linux test machine (with slow hard disk): - have a SVN working copy at /home/user/test - sudo apt install nfs-kernel-server - add following line to /etc/exports: /home/user/test *(rw,sync,no_root_squash) - start the NFS server: sudo systemctl

Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-18 Thread Branko Čibej
On 18.10.2017 13:31, Thomas Singer wrote: > Hi, > > When performing following steps on my old Linux test machine (with > slow hard disk): > > - have a SVN working copy at /home/user/test > - sudo apt install nfs-kernel-server > - add following line to /etc/exports: >   /home/user/test