Hi all,
"Unsupported version control system "svn"" on trac. I have already read http://trac.edgewall.org/wiki/TracSubversion#Troubleshooting. The outcome is as follows; sadly, it still does not work. Test #1: /usr/lib # python Python 2.4 (#1, Oct 13 2006, 17:13:31) [GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from svn import core >>> Test #2: >>> (core.SVN_VER_MAJOR, core.SVN_VER_MINOR, core.SVN_VER_MICRO, >>> core.SVN_VER_PATCH) (1, 4, 3, 3) >>> Test #3: >From PYTHON process: /usr/lib # cat /proc/32423/maps | grep .so | cut -d/ -f2- | sort -u usr/lib/libsvn_client-1.so.0.0.0 usr/lib/libsvn_delta-1.so.0.0.0 usr/lib/libsvn_diff-1.so.0.0.0 usr/lib/libsvn_fs-1.so.0.0.0 usr/lib/libsvn_fs_fs-1.so.0.0.0 usr/lib/libsvn_ra-1.so.0.0.0 usr/lib/libsvn_ra_dav-1.so.0.0.0 usr/lib/libsvn_ra_local-1.so.0.0.0 usr/lib/libsvn_ra_svn-1.so.0.0.0 usr/lib/libsvn_repos-1.so.0.0.0 usr/lib/libsvn_subr-1.so.0.0.0 usr/lib/libsvn_swig_py-1.so.0.0.0 usr/lib/libsvn_wc-1.so.0.0.0 usr/lib/python2.4/site-packages/libsvn/_core.so usr/lib/libapr-0.so.0.9.12 usr/lib/libaprutil-0.so.0.9.12 All files were created today and by my installation. The APR versions match. Test #4: For the APACHE Process: /usr/lib # cat /proc/3328/maps | grep .so | cut -d/ -f2- | sort -u usr/lib/apache2/mod_dav_svn.so usr/lib/libsvn_delta-1.so.0.0.0 usr/lib/libsvn_fs-1.so.0.0.0 usr/lib/libsvn_fs_fs-1.so.0.0.0 usr/lib/libsvn_repos-1.so.0.0.0 usr/lib/libsvn_subr-1.so.0.0.0 usr/lib/libapr-0.so.0.9.12 usr/lib/libaprutil-0.so.0.9.12 All files were created today and by my installation. The APR versions match. I compiled Subversion from source on my Suse 9.3 box: ./configure --prefix=/usr make make install and afterwards installed the bindings with: make swig-py make install-swig-py ...and then moved the bindings to the correct place with: mv /usr/lib/svn-python/* /usr/lib/python/site-packages I can use subversion remote via http://xxxx/ urls served through Apache. I can use trac served through apache too, albeit as said without subversion support. I'd happily provide any more information you need. Thanks! -phil --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---