Re: svn/fs.py and buffering

2012-07-03 Thread Philip Martin
ha...@hjackson.org writes: > 117c117 > < p = _subprocess.Popen(cmd, stdout=_subprocess.PIPE, > --- >> > p = _subprocess.Popen(cmd, bufsize=-1, stdout=_subprocess.PIPE, > I've committed this as r1356668. Thanks! -- Philip

svn/fs.py and buffering

2012-06-28 Thread harry
Hi all, I just ran into an interesting "feature" using svndbadmin. Basically subprocess.Popen in fs.py is not buffered and if you run an strace on it you can see thousands of system calls to reading one character at a time. I'm not sure if this was a design issue or not but it certainly impacts p