
mail at paulhart
Jan 19, 2007, 6:09 AM
Views: 951
Permalink
|
|
Yet another 'Unsupported version control system "svn"' post
|
|
Hi all, it's this old chestnut again. I've got what I believe is a slightly different take on it though. OS: OpenBSD 4.0 SVN: 1.4.2 Python: 2.4.3 Trac: 0.10.3 Swig: 1.3.24 Neon: 0.24.7 I installed python, neon and swig from the OpenBSD packages system. I manually compiled SVN (and Apache2) with: export LDFLAGS=/usr/local/lib export APACHEBIN=/usr/local/apache2/bin ./configure --with-neon=/usr/local \ --with-apxs=$APACHEBIN/apxs \ --with-apr=$APACHEBIN/apr-1-config \ --with-apr-util=$APACHEBIN/apu-1-config \ --with-ssl --with-zlib \ --with-berkeley-db make && make install make swig-py make install-swig-py cd /usr/local/lib/python2.4/site-packages ln -s /usr/local/lib/svn-python svn-python ln -s /usr/local/lib/svn-python/svn svn ln -s /usr/local/lib/svn-python/libsvn libsvn If I go to the python console, I can do this: Python 2.4.3 (#1, Aug 31 2006, 18:24:01) [GCC 3.3.5 (propolice)] on openbsd4 Type "help", "copyright", "credits" or "license" for more information. >>> import svn >>> i.e. No errors. However, when I use trac-admin to create a new environment, I get a warning that the svn bindings are missing, and then I get the classic "Unsupported version control system" message when I use tracd. BTW, this worked when I initially installed everything, then I (foolishly?) rebooted the machine. Any ideas on why trac isn't seeing my (apparently correctly installed) bindings? Many thanks, Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|