Hi, the problem isn't the Trac but my newest subversion-python installation. The subversion-python binding with the version subversion-python-1.8.11-4.1 <ftp://195.220.108.108/linux/opensuse/factory/repo/oss/suse/x86_64/subversion-python-1.8.11-4.1.x86_64.rpm> doesn't work in my Opensuse13.1. So I downgraded my system to 1.8.9 and it works again zypper install --oldpackage subversion-python-1.8.9-2.25.1.x86_64
@Peter Suter: Thanks for your hint. Peter. Am Samstag, 21. März 2015 11:11:00 UTC+1 schrieb Peter Suter: > > Hi > > On 20.03.2015 13:32, Peter Santner wrote: > > Hi, > I have upgraded my trac from 1.0.2 to 1.0.4 > After the upgrade I have the following error in my log/trac.log: > HTTPInternalError: 500 Trac error (Unable to instantiate component <class > 'tracopt.versioncontrol.svn.svn_fs.SubversionConnector'> (svn_pool_create > () takes exactly 2 arguments (0 given))) > and the "Browse source" component isn't available any more! > > any help would be appreciate, thanks! > > > Searching for "svn_pool_create() takes exactly 2 arguments (0 given)" I > see the same discussed on the subversion list recently: > > http://mail-archives.apache.org/mod_mbox/subversion-dev/201501.mbox/%[email protected]%3E > > Did you build SVN bindings yourself? Did you change SWIG version? What > SWIG version are you using? Have you tried SWIG 2 instead of SWIG 3? > > Hope this helps. > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
