Why so many open connections?
From: Michael Pruemm <mpruemm_at_gmail.com>
Date: Thu, 11 Jul 2013 14:31:40 +0000 (UTC)
I'm trying to learn to use the svn api via the Python swig bindings
foreach file in changed_paths:
The pool passed to svn_client_ls3 is the one passed to the callback
(I first tried to use svn_client_list3 but the Python bindings lack
This works fine for a while when I access the repository via http://
When I access the repository via svn+ssh:// it works fine until I
Apparently, these connections are only closed when the memory pool is
- Michael
|
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.