|
文件: | subversion1.4+中文帮助手册.pdf |
大小: | 2001KB |
下载: | 下载 |
|
Boobooke.com中小布老师的subversion要点总结,不做深入原理解释。
安装apache
./configure --enable-dav --enable-so --prefix=/opt/www
安装subversion
./configure --with-apxs=/opt/www/bin/apxs --prefix=/opt/svn
./configure --with-apxs=/opt/svnbase/apachehome/bin/apxs --prefix=/opt/svnbase/svnhome
httpd.conf 修改端口
svnadmin create repos
chown -R daemon:daemon repos
chmod 700 repos
DAV svn
SVNPath /opt/repos
阅读(871) | 评论(1) | 转发(0) |