tags:

views:

91

answers:

3

I installed Trac on my vps

It loads the pages fine except for reading the svn repository which is working fine on my subversion client

the error i get is

Warning: Can't synchronize with the repository (Unsupported version control system "svn": "libsvn_fs-1.so.0: cannot open shared object file: No such file or directory" ). Look in the Trac log for more information.

+1  A: 

I found this in the trac-users archive. "Another unsupported SVN error". it looks similar but it is a different library being reported by the poster. It does have a fix, first reply.

GrayWizardx
A: 

Thx for the link

but when i tried to install or fix python svn bindings with

yum install python-subversion

get a transaction error now :=(

file /usr/lib/libsvn_swig_py-1.so.0.0.0 from install of subversion-1.6.6-0.1.el5.rf.i386 conflicts with file from package subversion-python-1.6.0-1.i386

vk123
@vk123 Welcome to SO. For future reference, it is common on SO to edit one's question, or add a comment to answers to react, rather than adding an answer oneself.
Pekka
+1  A: 

You need to upgrade subversion-python bindings to the same version as your subversion, i.e. 1.6.6

techtonik