Rob13 wrote:
> Hello,
>
> I know swig binding has been discussed on numerous
> occasions but I have a very unique case that I cannot
> seem to solve. Here it is:
>
> I have installed trac on Linux CentOS 4.x and everything
> seems to work except svn browsing. It reports:
>
> Unsupported version control system "svn". Check that the Python
> bindings for "svn" are correctly installed.
>
> What strange though is that I was able to install swig-py
> and it created /svn-python bindings that I have then added to
> PYTHONPATH.   Further, I tried 1.3.25 and 1.3.29 version of swig
> as per the recommendation for 0.11dev version of trac and
> it still does not work.
>
> Furthermore, I run trac on other server where the swig-binding
> installation worked without any need to download specific
> version of swig (I just ran make swig-py from subversion 1.4.3
> source).
>   

If all you need is 'make swig-py' and 'make install-swig-py'), then you 
don't need SWIG at all, as Subversion 1.4.3 comes with pre-generated 
wrappers.

> The two servers are identical except the python version. The server
> where it worked is Python 2.4.3.  The server where it does not (even
> with trying different version of swig) runs Python 2.3.4.

If you have multiple versions of Python installed, be careful to 
configure subversion with the correct Python version, the one you're 
going to use the bindings with.
Check with: cat config.log | grep PYTHON.

Please double check the http://trac.edgewall.org/wiki/TracSubversion page.

-- Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to