I am trying to figure out a reliable way of installing trac and svn on the Raspberry Pi. I want to use subversion 1.8.x and trac 0.12.5 seems adequate for my needs. The full details of how I have installed can be found on my blog. <http://davidcozenssoftware.blogspot.co.uk/> The issue occurs when I add a repository, I add the repository through the admin page in trac and then run
sudo -u www-data trac-admin /var/trac/projects/play repository resync "play" This gives the following error TracError: Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: undefined symbol: svn_uri__is_child The trac system information is Trac0.12.5Babel0.9.6Docutils0.8.1Genshi0.6 (with speedups)mod_python3.3.1 Pygments1.5pysqlite2.6.0Python2.7.3 (default, Mar 18 2014, 06:31:17) [GCC 4.6.3]pytz2012csetuptools0.6SQLite3.7.13jQuery:1.7.2 -- 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.
