摘要:
下载:subversion-1.6.6.tar.gzsubversion-deps-1.6.6.tar.gz安装1 #tar –zxvf subversion*2 #cd subversion-1.6.63 #./configure –prefix=/program/svn –with-openssl=/usr/include/openssl4 #make && make install5 #make clean6 #cd ..7 #rm –rf subversion*添加环境变量:1 #vi /etc/profile2 export SVN_HOME=/program/svn 阅读全文
posted @ 2011-10-30 23:49 凉水代码 阅读(298) 评论(0) 推荐(0) 编辑