[ANNOUNCE[ Apache Subversion 1.9.1 released

2015-09-02 Thread Branko Čibej
I'm happy to announce the release of Apache Subversion 1.9.1. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download.cgi#supported-releases The SHA1 checksums are: 1244a741dbcf24f2b1d165225f0159a0c994e37a subversion-1.9.1.tar.bz2 db79ba6a563faf4092

Re: How to call SVN's fs.change_rev_prop2 from Python / SWIG - passing old_value_p as a double pointer?

2015-09-02 Thread Daniel Shahaf
Mark Ziesemer wrote on Wed, Sep 02, 2015 at 00:01:40 +: > I'm trying to call fs.change_rev_prop2 (https://goo.gl/6b6TG5) from Python / > SWIG - and apparently can't figure out how to pass old_value_p as what I'm > assuming needs to be a double pointer from Python. > [ I've replied to this par

Re: How to call SVN's fs.change_rev_prop2 from Python / SWIG - passing old_value_p as a double pointer?

2015-09-02 Thread Daniel Shahaf
[ Summary for dev@: calling svn_fs_change_rev_prop() from Python works; calling svn_fs_change_rev_prop2() with old_value_p=None changes the property and then segfaults. ] Mark Ziesemer wrote on Wed, Sep 02, 2015 at 00:01:40 +: > I'm trying to call fs.change_rev_prop2 (https://goo.gl/6b6TG5) fr