我在我的VPS上安裝了Trac。它加載罰款的網頁,除了閱讀這是工作我顛覆客戶端上精緻的svn庫Trac和Subversion不能一起工作
我得到的錯誤是
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.
更新:
關於GrayWizardx's answer:當我試圖安裝或修復與Python SVN綁定:
yum install python-subversion
我得到一個交易錯誤:
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
配置您的Trac環境記錄到一個文件在DEBUG級別,再試一次,然後發佈日誌的相關部分。 – retracile