LINUX下搭建SVN服务器.doc_第1页
LINUX下搭建SVN服务器.doc_第2页
LINUX下搭建SVN服务器.doc_第3页
LINUX下搭建SVN服务器.doc_第4页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

red hat enterprise linux 4windows tortoisesvn-6974-win32-svn-1.6.5.msisubversion-1.6.5.tar.bz2apr-1.3.8.tar.gz apr-util-1.3.9.tar.gzsqlite-amalgamation-3.6.13.tar.gzhttpd-2.2.4(http)httpappcherootapache#tar -zxvf httpd-2.2.4.tar.gz#cd httpd-2.2.4.tar.gz#./configure -prefix=/usr/local/apache make-enable-dav -enable-so -enable-modules=most-enbalce-dav apache#/usr/local/apache/bin/apachectl starthttp:/192.168.58.xxx it works!ipapacheip svnip#make#make installapr apr-util#tar -zxvf apr-1.3.8.tar.gz #cd apr-1.3.8#./configure -prefix=/usr/local/apr #make#make install#tar -zxvf apr-util-1.3.9.tar.gz#cd apr-util-1.3.9.tar.gz#./configure=/usr/local/apr-util -with-apr=/usr/local/apr apr =apr#make#make install sqlite#tar -zxvf sqlite-amalgamation-3.6.13.tar.gz#cd sqlite-3.6.13#./configure -prefix=/usr/local/sqlite#make#make installsvn#tar -zxvf subversion-1.6.5.tar.bz2#cd subversion-1.6.5#./configure -prefix=/usr/local/svn-with-paxs=/usr/local/apache/bin/apxs-with-apr=/usr/local/apr-with-apr-util=/usr/local/apr-util-with-sqlite=/usr/local/sqlite-with-zlib=/usr/local/zlib zlib -with-ssl-enable-maintainer-mode#make#make install-with-zlib=/.svnsvnwindows tortoisesvn-6974-win32-svn-1.6.5.msi svn#mkdir -p /opt/svn#/usr/bin svnadmin create /opt/svn/repository#ls -l /opt/svn/repository#vi /opt/svn/repository/conf/svnserve.conf#generalanon-access = noneauth-access = writepassword-db = /opt/svn/repository/conf/passwd authz-db = /opt/svn/authz.conf realm = repositorysvn #htpasswd -c /opt/svn/htpasswd admin svn -c htpasswdsvn -cadmin user#htpasswd /opt/svn/htpasswd user#vi /opt/svn/repository/conf/passwd = admin = admin # user = user#vi /opt/svn/authz.confgroupsadmin = admin,user/admin = rw adminadminadminuser svn#svnserver -d -listen-port 9999 -r /opt/svn/repository- d 9999- r #ps -ef | grep svnserve svnroot 5088 1 0 jul05 ? 00:00:00 svnserve -d -listen-port 9999 -r /opt/svn/repository check outurl:svn:/192.168.58.xxx:9999/opt/svn/repositoryipsvniphttp/*/apache#vi /usr/local/apache/conf/httpd.conflisten 80 rootapache1024 # example:# loadmodule foo_module modules/mod_foo.soloadmodule dav_module modules/mod_dav.soloadmodule dav_svn_module modules/mod_dav_svn.soloadmodule authz_svn_module modules/mod_authz_svn.so apache invalid command dav, perhaps mis-spelled or defined by a module not included in the server configuration modules httpd-xxx-xxx user svngroup svnservername 192.168.58.xxx ipsvnipdocumentroot /usr/local/apache/htdocsdocumentroot /opt/svn/repositorydav svn loadmodules xxx_dav xxx.so svnparentpath /opt/svn svnauthtype basicauthname subversion authorization authzsvnaccessfile /opt/svn/authz.conf groupauthuserfile /op

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论