07 2011 档案
摘要: SVN简介 The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apache/BSD-style open source license.SVN是一个版本控制软件,类似CVS,但是SVN的的有点是开源的,而且SVN的版本控制能力给CVS还要强多。SVN可以用于项目管理,还可以用于版本同步,功能可是阅读全文
摘要: httpd.conf中设定如下规则,禁止对.svn目录的访问。<directory ~ "\.svn">Order Allow,DenyDeny from all</directory>阅读全文

