centos 5.4 DVD官方获得
subversion 以下地址获得
http://summersoft.fay.ar.us/pub/subversion/latest/trac获得
http://trac.edgewall.org/wiki/TracGuide如果没有安装subversion-python 会造成trac 建库时提示无法访问svn库
ImportError:
No module named svn,无法建索引,或警告svn bindings警告
Warning:
You should install the SVN bindings
---------------------------------------------------------------------
Project environment for 'My Project' created.
Python 2.4.3 (#1, Sep 3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import svn
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named svn
>>>