Package: python-svn Version: 1.2.0-2 Severity: important I get a segfault on call to pysvn.checkout on any repo, even an empty one. Other than that, pysvn seems to work fine. I've also seen this problem in python-svn 1.1.2-3. It started happening after I upgraded to the Subversion 1.2 series (e.g. subversion 1.2.0-1 in sid). I don't think the problem is with the subversion package, because I use the command line tool heavily and there are no problems. I suspect that pysvn is not using the Subversion API correctly, and the issue is only exposed in the Subversion 1.2 series.
To reproduce in sid (NOTE: using python-svn with -fvisibility disabled): $ svnadmin create --fs-type=fsfs /tmp/repo $ python Python 2.3.5 (#2, Aug 13 2005, 20:34:00) [GCC 4.0.2 20050806 (prerelease) (Debian 4.0.1-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pysvn >>> client = pysvn.Client() >>> client.checkout('file:///tmp/repo', '/tmp/checkout') Segmentation fault -- System Information: Architecture: i386 (i686) Kernel: Linux 2.6.11.10 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]