bdbからfsfsへのコンバート

Subversionのupgradeの下準備。
1.2以降は、bdbが標準でサポートされなくなるので、fsfsにコンバート。

[root@host ~]# cd /home/svnroot
[root@host svnroot]# svnadmin dump OLD-REPOSITORY > dumpfile
[root@host svnroot]# svnadmin create --fs-type fsfs NEW-REPOSITORY
[root@host svnroot]# svnadmin load NEW-REPOSITORY < dumpfile
[root@host svnroot]# cp -a OLD-REPOSITORY/hooks/* NEW-REPOSITORY/hoooks/
[root@host svnroot]# chown -R apache NEW-REPOSITORY