Installed OEL 7 all seems OK
Subversion already installed configured, created and commit repositories
Installed Trac 1.0 (easy_install Trac==1.0) , can create tickets etc
Cant get the svn commit hook to update trac
$python
Python 2.7.5 (default, May 8 2014, 17:35:19)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import svn
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named svn
>>>
Looking through Trac/svn forums, suggests i need to run
yum install subversion-python to load bindings
[root@oel7 ~]# yum install subversion subversion-python
Loaded plugins: langpacks
Package subversion-1.7.14-7.el7_0.x86_64 already installed and latest version
No package subversion-python available.
Nothing to do
[root@oel7 ~]#
Any ideas where I can find subversion-python?
Best regards