Hello,

I'm really keen to solve this problem myself, and I have the sense that with a pointer in the right direction I can do just that.

To recap: When I surf to my new trac environment, I get:

"Warning: Can't synchronize with the repository (Unsupported version control system "svn": "No module named svn" ).

Following the check list here:

http://trac.edgewall.org/wiki/TracSubversion

I can see that my freshly built python can't load the svn bindings:

  [r...@zzzzz tfer]# /usr/local/bin/python
  Python 2.6.5 (r265:79063, May  5 2010, 05:49:09)
  ...
>>> from svn import core
 ...
  ImportError: No module named svn


So as I understand it, I have no Subversion SWIG Python bindings.

What would people do in this case?

* Build svn from source (and use the python bindings that get built with svn)?

* Get the svn devel package for my OS (Centos 4) and look for the python bindings there? (I've installed subversion-devel.i386 via yum, but it doesn't appear to have anything python related in it)

* Download a python bindings package and build it against the files from the subversion-devel.i386 ? Is there such a thing, or should I only expect to find python bindings as part of a full subversion source
     package?

  * Some other approach?

Any and all feedback is welcome.

Cheers,

Simon

--
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