使用yum安装svn
开启svnserver是遇到如下问题:`svnserve:error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory`
缺少了apache的apr-util的支持。于是再安装一下yum install -y apr-util就好了。