Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

On Oracle Enterprise Linux 7 get Subversion to work with Trac

grimrandJul 8 2015 — edited Jul 8 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2015
Added on Jul 8 2015
2 comments
929 views