如何用SVN1.4整合Apache2.0之新手指南

本节和大家一起学习一下SVN1.4整合Apache2.0的问题,和大家分享一下,看完本文你肯定有不少收获,希望本文能教会你更多东西,欢迎大家一起来学习SVN1.4整合Apache2.0的方法。

查看网站Apache服务器的信息:
cmd下:
telnetwww.sohu.com80
cmd下粘贴两行:
HEAD/index.htmlHTTP/1.1
Host:www.sohu.com
回两次车结果如下:

HTTP/1.0200OK  


Date:Thu,22Apr201006:47:32GMT  


Server:Apache/1.3.37(Unix)mod_gzip/1.3.26.1a  


Vary:Accept-Encoding,X-Up-Calling-Line-id,X-Source-ID,X-Up-Bearer-Type  



Cache-Control:max-age=300 



Expires:Thu,22Apr201006:52:32GMT  


Last-Modified:Mon,24Mar200802:24:46GMT  


ETag:"15fc018-3a410-47e710ee"  


Accept-Ranges:bytes  


Content-Length:238608  


Content-Type:text/html  


X-Cache:MISSfrom19702789.23766139.34683026.sohu.com  


Via:1.019702789.23766139.34683026.sohu.com:80(squid)  


Connection:close  

SVN1.4整合eclipse下载:http://subclipse.tigris.org/
第一次import文件[ShareProject]时,提交全部文,以便CheckoutAs时做为一个项目导入到工作空间。
修改分支,主体也被修改。
创建用户命令:htpasswd-c参数是创建这个目录文件
创建用户:htpasswd-cD:\SVN\passwd\passwordsfeng
创建第二个用户:htpasswdD:\SVN\passwd\passwordsf123
创建第三个用户:htpasswdD:\SVN\passwd\passwordsseany
创建第四个用户:htpasswdD:\SVN\passwd\passwordsfming
D:\SVN\passwd\policy内容如下:

[groups]  



developers=feng,seany  




testers=f123,fming  




guester=fming 



[demoproject:/]  



@developers=rw 




@testers=  



[subsvn:/]  



@developers=rw 




@testers=r  



[subsvnlimit:/]  



@developers=rw 




@testers=r  




@guester=  

Apache2.0下的httpd.conf文件最面增加:

相关推荐