公式サイト:http://supermind.nl/submin/\\ 日本語化:http://sourceforge.jp/projects/submin-jp-plus/
Python 2.6x 以降が必要
 wget http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz
 tar zxvf Python-2.7.1.tgz 
 cd Python-2.7.1
 ./configure
 make
 make install
 python -V
submin オリジナル
 wget http://supermind.nl/submin/current/submin-1.2.11.tar.gz
 tar zxvf submin-1.2.11.tar.gz 
submin 日本語化
 wget 'http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fsubmin-jp-plus%2F51351%2Fsubmin-jp-plus%281.2.11%2920110321.tar.gz'
 tar zxvf submin-jp-plus\(1.2.11\)20110321.tar.gz
 cd submin-jp-plus
 python ./bin/install.py /usr/local/
 
 /usr/local/bin/python /usr/local/bin/submin-admin create default
 cp /etc/submin/default-apache-cgi.conf /etc/httpd/conf.d/
 Tips:
 sourceforge からDLする際は、URLを''などで囲う必要がある。
mod_dav_svnのインストール 
 yum install mod_dav_svn
設定の反映(apacheの再起動)
 /etc/init.d/httpd configtest
 /etc/init.d/httpd restart