<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>SVN配置</title>
<link>/svnpz/</link>
<description>SVN配置</description>
<language>zh-cn</language>
<generator>www.svn8.com</generator>
<webmaster>brois@126.com</webmaster>
<item>
    <title>写个Ant 检出Svn上的资源脚本 </title>
    <link>/svnpz/20081112/1386.html</link>
    <description>需求:
&amp;middot;通过给定的svn文件路径有选择的检出文件.
&amp;middot;给定要检出的文件可以是多个
&amp;middot;只需配置下文件剩下的事情(检出、编译、打包)由程序完成，所以想到了Ant.. 
准备工作:
&amp;middot;Antsvn 需要额外的库支持svnAnt{http://subclipse.tigris.org/svnant.</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Eathena Svn 原始码</title>
    <link>/svnpz/20081112/1385.html</link>
    <description>此版本对应CEAthena 16 E8+ 
———————————————————————————————&amp;mdash</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn创建项目</title>
    <link>/svnpz/20081112/1384.html</link>
    <description>1.创建Repository
&amp;nbsp;&amp;nbsp;&amp;nbsp; 运行命令：
&amp;nbsp;&amp;nbsp;&amp;nbsp; svnadmin create C:Repository
&amp;nbsp;&amp;nbsp;&amp;nbsp; 就会创建一个仓库。项目就放在仓库下。
&amp;nbsp;&amp;nbsp;&amp;nbsp; 注意：运行命令前这个目录不能存在，否则不能创建。
&amp;nbsp;&amp;nbsp;&amp;nbsp; 在仓</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>通过浏览器从SVN更新代码到Linux服务器指定目录.</title>
    <link>/svnpz/20081112/1383.html</link>
    <description>　[文章作者：张宴 本文版本：v1.0 最后修改：2008.10.06 转载请注明原文链接：http://blog.s135.com/read.php/371.htm]

　　今天花几分钟写的一个PHP小程序，用途是：无需给程序员开放服务器SSH帐号，只需通过Web浏览器即可从SVN版本库更新代码到Linux服务器的指定目</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows下svn安装、配置与使用</title>
    <link>/svnpz/20081112/1382.html</link>
    <description>1、软件下载（包括服务器和客户端）
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.subversion.org.cn/
2、软件安装
3、建立版本库（repository）
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svnadmin create E:svndemorepository
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 或者
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 在目</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>服务器端Subversion</title>
    <link>/svnpz/20081112/1381.html</link>
    <description>version是一个自由/开源版本控制系统，和VSS相比，它的特点有：
            &amp;middot;采用复制-修改-合并模型
            允许多人同时编辑一个文件，在提交的时候，有服务器进行合并，发生冲突的时候需要手工解决。</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Windows下搭建SVN(Subversion)源码管理</title>
    <link>/svnpz/20081112/1380.html</link>
    <description>参考资料：
http://www.cnblogs.com/didasoft/archive/2007/04/24/725046.aspx
http://www.iusesvn.com/bbs/thread-137-1-1.html
http://www.iusesvn.com/bbs/thread-158-1-1.html
1,下载Subversion服务器程序。
http://subversion.tigris.org/
2,下载Subversion的Wi</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN完全备份，增量备份，库同步收藏  </title>
    <link>/svnpz/20081112/1379.html</link>
    <description>1, 完全备份 
最常见和简单的备份就是直接使用拷贝命令，将版本库目录拷贝到备份目录上，就可以了。但是这样不是很安全的方式， 因为如果在拷贝时版本库发生变化，将会造成备份的结果不够准确，失去备份的作用，为此Subversion提供了&amp;ldquo;svnadmin hotcopy&amp;rdquo;命</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>奇虎网</comments>
</item>
<item>
    <title>SVN PROPFIND Request Failed</title>
    <link>/svnpz/20081112/1378.html</link>
    <description>Made In Zeal 转载请保留原始链接：http://www.zeali.net/entry/433
标签 ( Tags )： svn&amp;nbsp;,&amp;nbsp;error


PROPFIND Request Failed - Error 405 HTTP Method Not Allowed
This message comes in different flavours. You might be seeing this error when:</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN LDAP auth on SASL</title>
    <link>/svnpz/20081112/1377.html</link>
    <description>正在搭建一个svn,预期通过sasl提供支持LDAP认证

在网上看了一些材料,saslauthd应该不能使用,只能选择auxprop的ldapdb

系统ebian 4
已安装包:
sasl2-bin
libsasl2-modules
libsasl2-moduels-ldap

手动编译subversion1.5.4

命令
root# saslpluginviewer (提示已经正常</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>casual0402的SVN笔记</title>
    <link>/svnpz/20081112/1376.html</link>
    <description>第一次笔记


1.
了解版本控制


版本控制(Revision control)是一种软件工程技巧，籍以在开发的过程中，确保由不同人所编辑的同一档案都得到更新。


版本控制透过文档控制（documentation control）记录程序各个模组的改动，并为每次改动编上序号。这种方法是维护（m</description>
    <pubDate>2008-11-12</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>phpchina</comments>
</item>
<item>
    <title>CentOS5 安装svn1.5，cannot find -lexpat　解决办法</title>
    <link>/svnpz/20081111/1374.html</link>
    <description>CentOS5 安装svn1.5，cannot find -lexpat

在make的时候，出现错误：

/usr/bin/ld: cannot find -lexpat

collect2: ld returned 1 exit status

make: *** [subversion/svn/svn] Error 1 

是缺少-lexpat　库文件，找安装盘中的

expat-x.x.x.x.rpm

expat-devel-x.x</description>
    <pubDate>2008-11-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn中如何让标签(tags)只读:commit-access-control.pl</title>
    <link>/svnpz/20081111/1373.html</link>
    <description>从cvs或vss转过来的用户都对svn的标签感觉比较别扭，因为它是可写的，和分支几乎没什么区别。那么如何让一个标签目录变成只读（可以创建新的标签，但不能进行修改）呢？ 
这可以用svn自带的commit-access-control.pl文件来实现这个功能。这个文件一般在svn安装时放到了</description>
    <pubDate>2008-11-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN commit/import报错：405 Method Not Allowed</title>
    <link>/svnpz/20081111/1372.html</link>
    <description>1
            SVN commit/import报错：405 Method Not Allowed
        
        
            &amp;nbsp;
            问：用SVN 在commit、mkdir或import时报错：svn: 对&amp;ldquo;%$s&amp;rdquo;的方法 %$s 失败: 405 Method Not Allowed(h</description>
    <pubDate>2008-11-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn强制要求提交注释--pre-commit钩子</title>
    <link>/svnpz/20081111/1371.html</link>
    <description>不少开发员提交修改的时候都不写注释，导致查看历史时很费劲，也不太符合规范。有的公司要求每次提交修改时都写上bug号或者任务描述，那么如何在工具上防止开发员们不写注释呢？ 

&amp;nbsp;&amp;nbsp;利用svn的pre-commit钩子可简单实现此要求。 

进入仓库project1/hooks目录</description>
    <pubDate>2008-11-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>svnspot</comments>
</item>
<item>
    <title>简单开个svn服务器</title>
    <link>/svnpz/20081011/1124.html</link>
    <description>这次的svn服务器主要是为了适应项目的一点小小的版本管理要求。记下点东西，以便以后再加入适合更大的要求。
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
不多说了，开始吧。
对于安装，这里就不多说了。
一，</description>
    <pubDate>2008-10-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>BUG跟踪管理系统mantis在REHL5下的配置- -</title>
    <link>/svnpz/20081011/1123.html</link>
    <description>Mantis是一个PHP+MYSQL的开源BUG跟踪管理系统，为简化其配置过程，首先把REHL5下缺省安装的HTTP和MYSQL卸载。再安装xamp
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [root@RHE5 host]# tar xvzf ./xampp-linux-1.6.5a.tar.gz&amp;nbsp; -C&amp;nbsp; /opt
[root@RHE5 host]# cd /o</description>
    <pubDate>2008-10-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>如何配置SVN服务器</title>
    <link>/svnpz/20081011/1122.html</link>
    <description>如何快速建立Subversion服务器，并且在项目中使用起来，这是大家最关心的问题，与CVS相比，Subversion有更多的选择，也更加的容易，几个命令就可以建立一套服务器环境，可以使用起来，这里配套有动画教程。 
本文是使用Subversion最快速的教程，在最短的时间里帮助您建</description>
    <pubDate>2008-10-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>通过浏览器从SVN更新代码到Linux服务器的指定目录</title>
    <link>/svnpz/20081007/1105.html</link>
    <description>今天花几分钟写的一个PHP小程序，用途是：无需给程序员开放服务器SSH帐号，只需通过Web浏览器即可从SVN版本库更新代码到Linux服务器的指定目录。如果有需要，可以给这段代码加个密码登录。

　　1、假设www、www是Apache或Nginx服务器的用户名和组，/data0/www/是网页文</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>张宴</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在windowxp下安装apache2.2和svn1.4.6</title>
    <link>/svnpz/20081007/1104.html</link>
    <description>1、先下载apache_2.2.6-win32-x86.msi和svn-win32-1.4.6.zip。
2、安装apache，解压svn.
3、编辑apache安装路径下/conf/httpd.conf文件
找到这两行,将前面的&amp;quot;#&amp;quot;号去掉.
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_f</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion以及TortoiseSVN（svnServe提供的服务）</title>
    <link>/svnpz/20081007/1103.html</link>
    <description>首先当然是下载必要的软件把，我下载的文件如图：
&amp;nbsp;
中，我用到的只有：svn-win32-1.4.3.zip（解压版的svn）,TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi和LanguagePack-1.4.3.8645-win32-zh_CN.exe 。其中LanguagePack-1.4.3.8645-win32-zh_CN.exe为中文安装包</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion--Apache提供服务</title>
    <link>/svnpz/20081007/1101.html</link>
    <description>在配置SVN时应该注意的问题和操作步骤。在配置SVN服务的过程中，参看了许多网友的资料和文章，这里先对大家表示感谢，希望大家最大限度的做到知识共享，一起进步。
SvnServe提供服务（subVersion自身的一种服务，配置简单）有许多缺点，如只能有一个数据仓库（Reposito</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion简单常用问题解决方案列表</title>
    <link>/svnpz/20081007/1100.html</link>
    <description>----------------------------------------
eclipse使用subclipse导致jvm崩溃
将环境变量 APR_ICONV_PATH改为APR_ICONV1_PATH
或者下载Subversion 1.4.3的zip包，将环境变量 APR_ICONV_PATH 指向解压后的 iconv文件夹。
http://doc.iusesvn.com/show-35-1.html
--------</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>CollabNet Subversion-server-1.5.0在windows下的安装配置的注意事项</title>
    <link>/svnpz/20081007/1099.html</link>
    <description>1、安装

&amp;nbsp;&amp;nbsp; * Subversion1.5版本的安装包自带了Apache2.2.8，所以无需额外安装Apache服务器
&amp;nbsp;&amp;nbsp; * 一路默认安装，如果需要修改仓库根目录或者Apache2.2.8端口可以自行修改为自己的信息，Apache默认端口为80，Subversion默认仓库存储路径为C:svn_rep</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows上装SVNSetting up a Subversion Server</title>
    <link>/svnpz/20081007/1098.html</link>
    <description>A) Download Subversion

You'll need the latest version of..

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * the Windows binaries
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * the &amp;quot;run Subversion as a windows service&amp;quot; wrapper
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * the TortoiseSVN shell integ</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows下架设subversion服务</title>
    <link>/svnpz/20081007/1097.html</link>
    <description>一、下载安装
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
默认安装即可。

二、建立Repository
1. 创建目录，例如：c:svnsrccsharp
2. 打开命令窗口， 键入 ：svnadmin create --fs-type fsfs c:svnsrccsharp

三、配置Repository
进入R</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows下创建svn服务的方法</title>
    <link>/svnpz/20081007/1096.html</link>
    <description>以前的svnserve要想成为windows服务，必须依赖于svnservice或其他工具。从Subversion1.4开始，Subversion本身就集成Windows服务的工具。
在cmd命令模式下，输入
sc create svnservice binpath= &amp;quot;&amp;quot;D:program filesSubversionbinsvnserve.exe&amp;quot; --service -</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Windows上安装Subversion服务的最简单方法（浓缩版）</title>
    <link>/svnpz/20081007/1095.html</link>
    <description>第一步当然是下载。一个提供服务。一个提供客户端。服务器软件的名称就叫Subversion。客户端有很多种。建议抓

tortoiseSVN。都只要google一下就来了。

配储存数据库很简单。打开cmd，运行
svnadmin create c:svn_repositoryproject1

注册subversion作为windows进程服</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion和Apache的集成</title>
    <link>/svnpz/20081007/1094.html</link>
    <description>支持http协议访问版本库是subversion的精彩之处之一，只要打开浏览器，输入URL，即可浏览项目文件，要让Apache与Subversion协同工作，需要使用WebDAV（Web分布式创作和版本控制）。


需要注意的是，subversion目前的版本不支持apache 2.2.x，只支持apache 2.0.x。
1</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>八步搞定subversion与apache的结合</title>
    <link>/svnpz/20081007/1093.html</link>
    <description>此文参照蔡煥麟先生和冰云的文章而整理出来的！

实例环境
&amp;nbsp;&amp;nbsp; windows xp
&amp;nbsp;&amp;nbsp; Apache HTTP Server v2.0.53
&amp;nbsp;&amp;nbsp; Subversion v1.0.5
TortoiseSVN 1.0.6 build 1200 

第一步：安装apacheHttp
从http://httpd.apache.org下载apache，文件名是</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>源码配置管理(subversion+apache)</title>
    <link>/svnpz/20081007/1092.html</link>
    <description>其实这文章是两三个月前写的,一直没有放上来,这段时间正好又换了配置服务器,所以才拿出来.
这几天一直在找一个能与vs.net2003相结合的源代码管理工具，几乎试用过所有的大部分工具，难者难，易则简，今天准备安装subversion试试
1． 转到http://httpd.apache.org/down</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在win Server上用SubVersion+Apache快速组建Internet虚拟开发团队－写给懒人</title>
    <link>/svnpz/20081007/1090.html</link>
    <description>1. 安裝
&amp;nbsp;&amp;nbsp;&amp;nbsp; 下載apache2.2.4,解壓後，用命令行窗口切換到%apache_home%bin下，執行 httpd -w -n &amp;quot;Apache2&amp;quot; -k start(注: apache2為註冊好的apache2.2.4服務名)，在瀏覽器地址欄輸入: http://localhost 顯示'it works!'，正apache2服務器正常</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>win下集成Apache2.2.4 &amp; svn 1.4.4</title>
    <link>/svnpz/20081007/1089.html</link>
    <description>1. 安裝
&amp;nbsp;&amp;nbsp;&amp;nbsp; 下載apache2.2.4,解壓後，用命令行窗口切換到%apache_home%bin下，執行 httpd -w -n &amp;quot;Apache2&amp;quot; -k start(注: apache2為註冊好的apache2.2.4服務名)，在瀏覽器地址欄輸入: http://localhost 顯示'it works!'，正apache2服務器正常</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>win下的 Apache 2.2.4+Subversion 1.4.4(SVN 1.4.4)</title>
    <link>/svnpz/20081007/1088.html</link>
    <description>刚刚才发了一篇日志以为apache2.2版本以上不支持svn，结果是错的，刚刚又上网看到了原来已经有支持2.2版本的SVN了。
昨晚心血来潮,突然想起玩下zend,但是zend没有像dw跟ftp即结合的那种方式,所以想起了cvs,也想起了svn,网上对比了下,感觉还是比较喜欢svn,所以决定先拿</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>window下apache+subversion+ssl有没人配置成功</title>
    <link>/svnpz/20081007/1087.html</link>
    <description>用http访问没问题,用https不行
搞定了呀,原来只要在&amp;lt;VirtualHost *:443&amp;gt;&amp;lt;/VirtualHost&amp;gt;之间加入
&amp;lt;Location /svn&amp;gt;
&amp;nbsp;&amp;nbsp; DAV svn
&amp;nbsp;&amp;nbsp; SVNParentPath D:/svn
&amp;lt;/Location&amp;gt;
嘿嘿这只是个例子呀,大家要按实际改改哟

妈妈的,上网找</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN服务器架设文档</title>
    <link>/svnpz/20081007/1086.html</link>
    <description>老实说，刚看到这个画面还挺兴奋的，起码几天的努力没有白费掉，这个成功其实让我在公司更自在，因为我可以确定我是属于这里的。

这么晚写是因为实在没时间，任务一个接一个，今天比较没事，总算把放了好久的文档完成了。

写这篇文章的目的是因为目前网络上关于SV</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN配置，Win Apache 下面的一点总结   </title>
    <link>/svnpz/20081007/1084.html</link>
    <description>第一步：安装Apache 2.X+ 版本的，不表。
&amp;nbsp;&amp;nbsp; 第二步：安装Subversion，下载最新版本，一般的文件名格式如svn-1.4.6-setup.exe这样子的，安装之。
&amp;nbsp;&amp;nbsp; 第三步：下载一个TortoiseSVN这东西，是一个SVN的工具，其一般的文件格式为TortoiseSVN-1.4.8.121</description>
    <pubDate>2008-10-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows中服务命令sc的用法</title>
    <link>/svnpz/20080908/913.html</link>
    <description>1.服务显示名和注册键的区别，显示名称主要是在外面显示的名字(如上一个Subversion Server)可以用命令msconfig和service.msc来查看
&amp;nbsp; 键名的查看，一个是用regedit注册表中HKEY_LOCAL_MACHINE-&gt;system-&gt;service中去查看
&amp;nbsp; 键名和显示名的转化：sc GetKe</description>
    <pubDate>2008-09-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title> 利用 Asymptote-1.44 svn 版本搞成功第一个 PRC 真 3D！</title>
    <link>/svnpz/20080908/912.html</link>
    <description>0）PRC 是一种神奇的 3D 格式，所生产的 pdf 文档对 3D 图形可以用鼠标进行各种旋转，自旋，平移，放大，透明等操作，非常吸引人。

1）本结果源于与 milksea 的讨论，见 http://bbs.ctex.org/viewthread.p ... page%3D1&amp;amp;page=4 

2）主要参考了 http://forum.mathe</description>
    <pubDate>2008-09-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>MyEclips6.5安装svn插件</title>
    <link>/svnpz/20080908/911.html</link>
    <description>简单的说SVN就是CVS的升级版，都是同一个人开发的，时间上相隔了7年。之所以用到这个工具是为了协调团队开发。
SVN服务器Subversion安装需要安装文件svn-1.4.5-setup.exe。按一般的软件安装步骤下一步就OK了。环境变量也会自动配好了。发布工程要到DOS命令行。包括修</description>
    <pubDate>2008-09-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn服务器安装配置</title>
    <link>/svnpz/20080908/910.html</link>
    <description>1.svn服务器安装配置：1.安装svn-1.3.0-setup.exe
2.安装成功后，在命令行输入svnadmin create D:svnhomeworkflow,建立工程，svn自动会在该目录下建立若干文件

3.在该目录下有password文件，在此文件中增加用户和密码格式如下[users]admin = 123在svnserve.conf文件</description>
    <pubDate>2008-09-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>用 svnserve 建立 subversion 服务</title>
    <link>/svnpz/20080903/906.html</link>
    <description>序言
&amp;nbsp;&amp;nbsp;&amp;nbsp; 像我以前说过的，subversion 是一个非常好的版本控制系统。如果你对版本控制这个概念不太了解的话，我来简单解释一下。比如我有一个项目，有几百个文件，包括项目的相关文档，图表，和一些视频音频文件，它们都被放在电脑的一个文件夹内。随着</description>
    <pubDate>2008-09-03</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn导入工程时如何去掉src</title>
    <link>/svnpz/20080810/875.html</link>
    <description>在用svn导入工程时，我想去掉src默认包，在MyEclipse上该如何操作？ ________________________________________________________ 现在根服务器上 把 src包删了 然后 update 一下 再把src包加入本地的工作目录上 然后右键选 ignore ___________________________________</description>
    <pubDate>2008-08-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title> SVN服务器配置之 在Solaris9上安装apache</title>
    <link>/svnpz/20080806/873.html</link>
    <description>安装apache成功以后 2) 安装 subversion-1.4.3 在 http://www.sunfreeware.com/indexsparc9.html 下载 注:如果相关的文件不存在,则参照subversion-1.4.3所需的相关软件列表下载配套软件 dbus-1.0.2-sol9-sparc-local.gz openssl-0.9.8f-sol9-sparc-local.gz expat-2.0.1</description>
    <pubDate>2008-08-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>版本管理软件svn的使用</title>
    <link>/svnpz/20080702/837.html</link>
    <description>1. SVN 在Windows下的配置 1.1.下载Subversion 服务器端和Tortoise SVN 客户端,注意客户端支持的版本须与服务器端版本适配 1.2.安装到指定目录:我这是安装到D: svn setupSubversion和D: svn setupTortoise SVN 中 1.3.用cmd打开命令窗口,执行cd D: svn setupSubversionb</description>
    <pubDate>2008-07-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn备份策略</title>
    <link>/svnpz/20080702/836.html</link>
    <description>Subversion适合于规模一般（几十开发人员）的项目代码的版本管理工作。使用体验较VSS、CVS等好，推荐在选择版本管理工具时可以试用一下。 安装Subversion 1 安装svn-1.4.0-setup。 2 将SVN配置成服务。一般情况下，我们将SVN服务安装成可以以windows系统服务的形式在开</description>
    <pubDate>2008-07-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn安装笔计</title>
    <link>/svnpz/20080702/835.html</link>
    <description>Subversion适合于规模一般（几十开发人员）的项目代码的版本管理工作。使用体验较VSS、CVS等好，推荐在选择版本管理工具时可以试用一下。 安装Subversion 1 安装svn-1.4.0-setup。 2 将SVN配置成服务。一般情况下，我们将SVN服务安装成可以以windows系统服务的形式在开</description>
    <pubDate>2008-07-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN+GIT=鱼与熊掌兼得</title>
    <link>/svnpz/20080619/821.html</link>
    <description>SVN中文技术网：关于SVN+GIT=鱼与熊掌兼得希望大家能够得到一点收获~有什么疑问请留言或者在论坛交流bbs.svn8.com 使用git已经有一段时间了,从使用git的第一天开始,就计划逐步放弃 svn. svn有的功能,git都能做到,而且做得更出色,况且git还有很多特性svn望尘莫及,还有什</description>
    <pubDate>2008-06-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn属性svn:keywords与auto-props的配置(运行配置区)</title>
    <link>/svnpz/20080619/820.html</link>
    <description>规范的代码在开头往往都有作者、修改日期、版本号、原始位置等信息。 大多数开发者都习惯自己手工维护这些信息。现在告诉你一个好消息是，通过设置svn关键字属性：svn:keywords可以实现此目的，你再也不用手工维护了，svn会自动帮你维护。如何实现呢？有两个途径： （一</description>
    <pubDate>2008-06-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux下SVN服务器的搭建与配置</title>
    <link>/svnpz/20080619/819.html</link>
    <description>载最新的svn压缩包 http://subversion.tigris.org/downloads/subversion-1.4.5.tar.gz //解压SubVersion安装包 (root用户进行下面的操作) # tar xvzf subversion-1.4.5.tar.gz //进入解压后的目录 # cd Subversion-1.4.5 //配置subversion安装 #./configure --with-apxs</description>
    <pubDate>2008-06-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows如何配置SVN服务器</title>
    <link>/svnpz/20080619/818.html</link>
    <description>如何快速建立 Subversion 服务器，并且在项目中使用起来，这是大家最关心的问题，与CVS相比，Subversion有更多的选择，也更加的容易，几个命令就可以建立一套服务器环境，可以使用起来，这里配套有 动画教程 。 本文是使用Subversion最快速的教程，在最短的时间里帮助</description>
    <pubDate>2008-06-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux下的几款svn gui工具</title>
    <link>/svnpz/20080619/817.html</link>
    <description>近日，由于git-svn不支持remote branch的合并（没想到啊~没想到！），便试用了几款linux下的svn gui工具，打算专门用来做branch之间的合并用。目前，试用了如下几种：rapidsvn,kdesvn,esvn。 1. rapidsvn 本认为rapidsvn是最好用的，但是玩了半天觉得不尽人意。首先，u</description>
    <pubDate>2008-06-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－5,结论</title>
    <link>/svnpz/20080602/749.html</link>
    <description>CM是对软件产品演进的管理，在CM系统的操作级别，CM是标识、控制、统计、审核、复审、加工、过程管理和团队协作。这是一个软件工程环境领域取得的进展，这显然是来自概念图谱，也是来自现存CM系统和其能力。本文展示的图谱是对许多不同CM系统实现的概念的快照，每一种</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－4,CM系统的未来</title>
    <link>/svnpz/20080602/748.html</link>
    <description>概念代表了典型的商用CM系统的概念，随着研究的继续，以及使用和组合概念的经验，许多新武器将会加入进来，这意味着有可能CM系统将会获取一组新的基础CM服务来满足用户的需求。但是，不考虑是否每个CM系统设计师正在努力实现相同的特性，始终有一些政治和技术问题影响着</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－3.6 总结和图谱分析</title>
    <link>/svnpz/20080602/747.html</link>
    <description>概念和它们的目的是：一个捕捉历史和易变文件的版本库；实现版本控制下的分布式数据的分布式组件；表示一组工作的计划的契约；一个捕获对配置的修改和独立选择配置的修改集；加强软件演进的组织过程的生命周期模型；完全描述和记录产品结构和记录的系统建模。建立重用</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－3.5 团队概念</title>
    <link>/svnpz/20080602/746.html</link>
    <description>处理工作在一个产品的软件工程团队的隔离、协作和同步的概念有工作区、透明视图和事务，将在下面描述。 3.5.1 工作区 shape [17] 的工作区概念主要用来防止用户干扰其他人的工作，它支持在CM下的易变对象上持续工作的概念，工作区是通过版本状态模型实现的，这意味着一</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－3.4 结构和构建概念</title>
    <link>/svnpz/20080602/745.html</link>
    <description>这个概念将处理：选择一个结构的组件；捕获一个组件及其结构的变更；访问结构的一部分；描绘和保持一个结构一致性的特性，包括：变更集、系统建模、子系统、对象池、属性和一致性维护，这些将在下面描述。 3.4.1 变更集 Aide-De-Camp (ADC) [1] 抽象了版本库中组件不同</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－3.3 过程概念</title>
    <link>/svnpz/20080602/744.html</link>
    <description>处理过程相关功能的概念包括环境管理、契约、变更请求和生命周期模型，将会在下面描述。 3.3.1 环境管理 PowerFrame [13] 是为电脑辅助工程/设计领域设计的系统，可以帮助用户不必关心系统和配置的底层细节，用户只能看到电路设计这个特定领域，而PowerFrame管理用户工</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－3.2 组件概念</title>
    <link>/svnpz/20080602/743.html</link>
    <description>组件概念用来标识和访问软件产品的组件，就是下面描述的是版本库和分布式的组件。 3.2.1 版本库 版本库概念是一个CM系统的基础，Revision Control System (RCS) [15] 提供了针对ASCII文件的版本库，实际上，版本库是一个文件的中央仓库，并且提供了版本库中文件的版本</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－3.1 警告</title>
    <link>/svnpz/20080602/742.html</link>
    <description>必须注意到我们讨论的概念和系统都是现实存在的，而不是一个完全的总结或者现存的演化。对于每一个概念，会讨论一个CM系统。也必须注意，有一些CM系统确实提供了图谱中显示的很多功能。概念是从特定CM系统直接获取的，每一种CM系统都有各自的概念和语义，因此对于自动化</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>软件配置管理概念－3,CM系统的概念</title>
    <link>/svnpz/20080602/741.html</link>
    <description>前一小节简述了CM系统关注的需求，本小节将详细论述CM系统的功能。某种程度上讲，这部分将验证上一小节中提到的支持某些功能域的概念，这些概念通过对 CM系统演进的表现来组织，每一种概念在一种特定的CM系统下描述。CM系统关心的将要讨论的功能域包括：组件、过程、结</description>
    <pubDate>2008-06-02</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>www.subversion.org.cn</comments>
</item>
<item>
    <title>Windows上配置和使用svn-1.4.6 + Apache2.2.6 + Eclipse版本控制环境</title>
    <link>/svnpz/20080516/604.html</link>
    <description>我们在以前一直使用cvs系统作为本地版本控制，听说过svn，但一直对它不怎么在意，因为我所需要的功能cvs就可以办到，干吗要自己折腾自己呢？直到有一天，我发现在SuSe上提交的文件再抽取出来版本竟然不一致时，我决定该转移到svn环境。 1. 下载svn-1.4.6，http://subver</description>
    <pubDate>2008-05-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN在windows平台上的配置</title>
    <link>/svnpz/20080516/603.html</link>
    <description>下载。到官方网站（ http://subversion.tigris.org ）下载1.4.5的windows安装版。 点此下载 安装。一路Next到底。 创建项目。 打开命令窗口（运行－cmd） 。 输入命令： svnadmincreatee: svn FianceTemplateV2 完了，在E:svn下会建立FianceTemplateV2文件夹，并且</description>
    <pubDate>2008-05-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn 在windows下的权限配置</title>
    <link>/svnpz/20080516/602.html</link>
    <description>安装完服务端subversion和客户端TortoiseSVN之后，在C盘下创建一个空目录 SVN .在目录SVN下, 继续创建一个已项目名命名的空目录，这里我们命名为project1．然后选中project1，鼠标右击创建版本库． 也可以用命令的方式来创建版本库，命令如下： svnadmin create --fs-ty</description>
    <pubDate>2008-05-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN 客户端 命令详解</title>
    <link>/svnpz/20080418/521.html</link>
    <description>bash svn help 用法：svn subcommand [options] [args] Subversion 命令行客户端，版本 1.2.0。 请使用 svn help subcommand 显示子命令的辅助说明。 大多数的子命令可接受文件或目录参数，对目录进行递回存</description>
    <pubDate>2008-04-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>cvs server does not support ls</title>
    <link>/svnpz/20080418/520.html</link>
    <description>Try cvs --version and see what version of cvs are you using. Most likely, 'cvs ls' is not supported by your particular version. You may need some work around to do that. For bug tracking, use Bugzero http://www.websina.com/bugzero/</description>
    <pubDate>2008-04-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>安装Eclipse SVN Plugin</title>
    <link>/svnpz/20080418/519.html</link>
    <description>SVN Server Subversion是加强版的CVS，除了有目前CVS的功能，还多了其他强大的功能。像是可以整合 WebDAV以及针对目录的版本控制。这裡介绍在Windows上安装SVN Server，以及使用Eclipse SVN Plugin 作为Client。这边只介绍svn://连线，其他关于file://或是http://请翻翻</description>
    <pubDate>2008-04-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>如果你的SVN Server坏了</title>
    <link>/svnpz/20080418/518.html</link>
    <description>如果在你的团队里面SVN Server坏了，会发生什么，会不会对产品造成致命的打击？ 大家本地的版本参差不齐有10天没有Check in的，有5天没有checkin的，于是开始找干净的版本，CheckIn， verify, 没有足够的测试保证你现在Checkin的代码是安全的，所有的人都失去了安全感</description>
    <pubDate>2008-04-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN配置多人多项目</title>
    <link>/svnpz/20080418/517.html</link>
    <description>S ubversion 是個版本控制軟體 ； 當然它也是Open Source ！ 您可以在上方的連結下載到它 。 在安裝完成之後請到C:Program FilesSubversionbin ；並點兩下svnadmin.exe執行，若有錯誤訊息 跳出 ，那您可能是缺少 MSVCP60.DLL 這個檔案；請將下載回來的檔案一樣放在</description>
    <pubDate>2008-04-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion of Version Control</title>
    <link>/svnpz/20080418/516.html</link>
    <description>S ubversion 是個版本控制軟體 ； 當然它也是Open Source ！ 您可以在上方的連結下載到它 。 在安裝完成之後請到C:Program FilesSubversionbin ；並點兩下svnadmin.exe執行，若有錯誤訊息 跳出 ，那您可能是缺少 MSVCP60.DLL 這個檔案；請將下載回來的檔案一樣放在</description>
    <pubDate>2008-04-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>配置svn+apache2.0</title>
    <link>/svnpz/20080409/497.html</link>
    <description>简要说明了如何配置svn+apache. 安装配置svn,这个内容我会放在一篇专门的文章里说明. 点这里查看 。 安装apache2.0 在apache的配置文件httpd.conf文件里做如下修改: 在LoadModule模块添加 LoadModuledav_svn_modulemodules/mod_dav_svn.so LoadModuleauthz_svn_modulem</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于SVN资源库的一些思考</title>
    <link>/svnpz/20080409/496.html</link>
    <description>关于SVN资源库的一些思考 1、所有项目都在一个SVN库中么？ 对于这个问题，个人认为，应该每个项目建一个SVN库，为什么这样说呢，因为SVN是全局版本，假如SVN库是如下结构： SVN库 全局版本 1.1 ┠ 项目A 1.1 ┖ 项目B1.1 这就会导致任何一个项目修改，影响全局版本修改</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Visual SourceSafe 数据库安全性</title>
    <link>/svnpz/20080409/495.html</link>
    <description>简介 本文适用于需要进行以下操作的 Visual SourceSafe (VSS) 用户：创建 VSS 数据库、授予其他用户访问包含数据库的文件共享的权限，或者在 VSS Administrator 程序中管理用户权限和进行任务分配。 术语 安全是基于 Windows 用户凭据和权限对资源的访问进行控制的过程</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux下apache2+SVN环境下使用问题总结</title>
    <link>/svnpz/20080409/494.html</link>
    <description>1、svn库所在地址：/home/svn/repos 2、创建svn库:svnadmin create /home/svn/repos 3、svn用户密码文件：/home/svnconfig/svn-auth-file 4、svn权限分配文件：/home/svnconfig/svn-access-file 5、新增一个svn用户： 5.1、/usr/local/apache2/bin/htpasswd -cm /home/</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Ant+Subversion总结</title>
    <link>/svnpz/20080409/493.html</link>
    <description>Ant+Subversion总结 Ant+Subversion总结 公司使用Subversion替换了用了N年的VSS6.0C，那么公司的ANT打包脚本也需要做相应改变，下面针对这个变更的过程 做下总结，一直信奉一句话：知识在于沉淀。 1、ant本身需要svnant任务插件支持，才能在ant脚本中获取svn中的内容，s</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache 2.2.4下配置 Subversion 1.4(SVN 1.4.4)</title>
    <link>/svnpz/20080409/492.html</link>
    <description>SVN是一个非常优秀的版本控制工具，Apache Http Server 是最先进的Http服务器。Apache早已经推出2.2系列了，但是Subversion并不能很好的支持在Apache 2.2系列中配置。不过最新的SVN 1.4系列已经能够支持在Apache 2.2中配置了，下边简单的说说在Windows系统中如何在Apach</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn server访问的问题</title>
    <link>/svnpz/20080409/491.html</link>
    <description>服务器正常运行，在httpd.conf中添加 Location /svn DAV svn SVNParentPath d:svn Allow from all /Location 分别执行以下指令，发现只有应用localhost的语句成功，其他情况下均不成功，不知道是何种原因？请各位高手指点一下，谢谢！ D:SVNcheckoutsvn co http://lo</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>安装与设置Visual SVN</title>
    <link>/svnpz/20080409/489.html</link>
    <description>1, 下载Visual SVN, TortoiseSVN ( http://www.visualsvn.com/download.html ) 2, 安装 TortoiseSVN 3, 安装Visual SVN 4, 启动安装了 SVN server的ubuntu 虚拟机 (参见 Set up a svn server on a virtual ubuntu ) 4, 启动VS, 新建/打开一个解决方案 5, 菜单VisualSVN/</description>
    <pubDate>2008-04-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN linux下安装详介</title>
    <link>/svnpz/20080407/488.html</link>
    <description>要在新服务器上装版本控制系统了。本来打算和以前一样用 CVS 来进行源代码管理，碰巧看到 duduwolf 对 SVN 大力推荐 ，加上 这篇文章 对于各种版本控制系统功能的完整比较，一直为 CVS 的各种缺陷感到郁闷的我自然毫不犹豫投奔了 SVN 的怀抱。 安装过程算不上一帆风顺</description>
    <pubDate>2008-04-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>linux架设subversion(svn)版本控制</title>
    <link>/svnpz/20080407/487.html</link>
    <description>1.需要两个文件，httpd和subversion. httpd是web服务器，用来通过web访问subversion，httpd可以在apache官方网站上下载到 2.新建一个用户：svnroot 最好不要让root用户参与到svn的权限管理和日常的运行和维护工作中来，但是下面的一些安装和配置操作还是 需要root用户</description>
    <pubDate>2008-04-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>linux 9 下 apache2.2.2+svn 1.3.1安装</title>
    <link>/svnpz/20080407/486.html</link>
    <description>apache 的安装 httpd是web 服务器 ，用来通过web访问 subversion ，我下载到httpd-2.2.2.tar.bz2。 解压该文件: #bunzip2 httpd-2.2.2.tar.bz2 #tar xvf httpd-2.2.2.tar //进入解压后的目录 # cd httpd-2.2.2 //配置apache安装，前两个参数是必须要加的，你还可以根据</description>
    <pubDate>2008-04-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>版本控制软件大全 SVK</title>
    <link>/svnpz/20080406/485.html</link>
    <description>Version Control System Comparison CVS GNU GPL (open source) Aegis GNU GPL (open source) Arch GNU GPL (open source) BitKeeper Proprietary, binary only license. Pay per use license, with an option for a costless license for developers of open-source s</description>
    <pubDate>2008-04-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>开源开发网站 Free SVN/CVS Hosting Server</title>
    <link>/svnpz/20080406/484.html</link>
    <description>几个开源网站 http://gro.clinux.org/ GRO 为开放源代码软件开发者提供全方面的免费服务，包括CVS仓库, 邮件列表, BUG跟踪, 在线论坛, 任务管理, 网站空间, 项目存储及完整的备份, 并且完全是通过WEB方式来管理的。 2002-2004 Wuhan Implight Infotech Co. Ltd. 武汉光</description>
    <pubDate>2008-04-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Windows下安装和配置SVN Server</title>
    <link>/svnpz/20080406/482.html</link>
    <description>Windows下安装和配置SVN Server 1. 配置环境 Windows 2003 Server with SP1 Apache HTTP Server v2.0.55 Subversion v1.4.2 2. 安? Apache HTTP Server 将安装目录修改为C:Apache Group 默认是安装到C:Program FilesApache Group目录下 安装后的目录结构如下： C:Apach</description>
    <pubDate>2008-04-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>小探Subversion Server 之 Apache配置</title>
    <link>/svnpz/20080406/481.html</link>
    <description>安装到Apache Subversion作为CVS的次代作品，Kerl真的是煞费苦心</description>
    <pubDate>2008-04-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>安裝SVN Server 和 Eclipse SVN Plugin</title>
    <link>/svnpz/20080406/480.html</link>
    <description>Subversion是加強版的CVS，除了有目前CVS的功能，還多了其他強大的功能。像是可以整合 WebDAV以及針對目錄的版本控制。這裡介紹在Windows上安裝SVN Server，以及使用Eclipse SVN Plugin 作為Client。這邊只介紹svn://連線，其他關於file://或是http://請翻翻參考文獻。</description>
    <pubDate>2008-04-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion Server For Windows安装指南</title>
    <link>/svnpz/20080406/479.html</link>
    <description>1． 安装 Subversion a) http://subversion.tigris.org/files/documents/15/23230/svn-1.2.0-setup.exe 下载该安装文件 b) 运行以下载文件，完成安装 2． 建立一个存放源代码的目录 SVNROOT ，如 d: svnRoot 。 3． 安装 Subversion Windows Service a) 复制附件中的</description>
    <pubDate>2008-04-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>邮件通知支持中文的解决办法</title>
    <link>/svnpz/20080401/467.html</link>
    <description>来自:www.iusesvn.com subversion是通过Hooks 来控制每次Transaction的行为, 有Pre-Commit, Post-Commit 等.一般情况下我们希望在提交代码后，Subversion可以自动发送邮件给组里的每个成员,这种情况下我们可以通过post-commit这个脚本来完成. 这些脚本存放在你的Reposit</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于subversion删除内容的问题</title>
    <link>/svnpz/20080401/465.html</link>
    <description>由于开发人员当初设计的原因（具体啥原因就得去问他们了 呵呵）SVN会记录所有的操作，想不留痕迹是不可能的 所以只能曲线救国，我们想到解决上面描述的问题的办法有两种： 一、对之前版本要求不高的 1. export 出所有文件，删除你想要删除的 2. 删除代码库，用 svn cre</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svnserve.conf:12: Option expected的问题解决方法</title>
    <link>/svnpz/20080401/464.html</link>
    <description>经常有新手配置基于svnserve的subversion服务器后， 在客户端访问subversion版本库时出现这个错误： svnserve.conf:12: Option expected 为什么会出现这个错误呢，就是因为subversion读取配置文件svnserve.conf时，无法识别有前置空格的配置文件，如 ### This file con</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>show log只显示no date</title>
    <link>/svnpz/20080401/463.html</link>
    <description>99lingbo：在SVN中选中一个目录show log时，出现了某些版本只显示版本号和（no date），没有其他信息，什么原因引起的 ？如图： leyperfume：出现了（no date）的revision，为其他人修改了你所没有权限访问的某个目录下的文件</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>使用StatSVN统计Subversion库中的代码开发情况入门</title>
    <link>/svnpz/20080401/462.html</link>
    <description>StatSVN能够从Subversion版本库中取得信息，然后生成描述项目开发的各种表格和图表。 比如： 代码行数的时间线； 针对每个开发者的代码行数； 开发者的活跃程度； 开发者最近所提交的； 文件数量； 平均文件大小； 最大文件； 哪个文件是修改最多次数的； 目录大小；</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion是否可以控制中文目录的访问权限？可以！</title>
    <link>/svnpz/20080401/461.html</link>
    <description>经常有朋友问到Subversion是否可以对中文目录进行权限控制，如果可以，该如何配置。 经过测试，发现subversion是可以很好地控制中文目录的权限的。 方法很简单，就是将你的权限控制文件的格式转换为无BOM的UTF-8格式， 将权限文件改成UTF-8格式，我使用的是UltraEdit的</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>如何恢复SVN中已删除文件或文件夹</title>
    <link>/svnpz/20080401/460.html</link>
    <description>用TortoiseSVN: 1.在本地working copy中，用TortoiseSVN-Show log查看版本库的历史记录。可以用search。 2.找到删除该文件或者文件夹的版本，在Log message里右键Revert the changes from this revision。 3.该文件或文件夹就被恢复到本地的working copy中了。如果是误</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion安装使用指南</title>
    <link>/svnpz/20080401/459.html</link>
    <description>一、前期准备 subversion http://subversion.tigris.org/ 主页 下载 http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 我下载的是： http://subversion.tigris.org/files/documents/15/23230/svn-1.2.0-setup.exe svn-1.2.0-setup.exe Stable j</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title> 系统进程宝典 - s - SVNService.exe</title>
    <link>/svnpz/20080401/458.html</link>
    <description>Process File: SVNService.exe Process Name: SVNService.exe Description: N/A Author: unknown Part of: unknown Common Path(s): unknown Secuirty Risk (0-5): N/A Spyware: No Adware: No Virus: No Trojan: No System Process: No Application: No Background Pr</description>
    <pubDate>2008-04-01</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN Server(Octer)</title>
    <link>/svnpz/20080330/456.html</link>
    <description>下载：到如下站点下载最新的RPM包，注意这个编译的svn不支持Berkeley DB！！！所以建议使用FSFS的格式。 http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/rhel-4/bin/ 安装对应的SVN需要的软件包 subversion-1.3.2-1.rhel4.i386.rpm s</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>How to setup svn server in MaxOS 10.4.10?</title>
    <link>/svnpz/20080330/455.html</link>
    <description>How to setup svn server in MaxOS 10.4.10? 1. install svn server(Subversion-1.4.4.pkg) click here to download it 2. create new SVN repository using the command svnadmin create /Users/larry/Repositories you can change the path /Users/larry/Repositorie</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>认证和匿名认证的苦恼</title>
    <link>/svnpz/20080330/454.html</link>
    <description>最近第一次使用Subversion路径为基础的授权模型，结果是并没有比我计划的更琐碎，因为我使用允许匿名用户访问的版本库。事情开始很正常 - 我从《 使用Subversion进行版本控制 》拷贝和粘贴了httpd.cong文件和授权（authz）文件的内容，并根据我的需要修改，我以为我做</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion如何使用磁盘空间</title>
    <link>/svnpz/20080330/453.html</link>
    <description>我希望分享一些openCollabNet技术时事通讯的信息，如果你没有得到，你 可以注册openCollabNet ，只需要几分钟。 为了保持版本库尽可能的小，Subversion增量，叫做增量存储。增量是基于一些其他数据的区别数据，如果两个文件非常类似，只会保存增量结果，因为只保留了修</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion版本库布局</title>
    <link>/svnpz/20080330/452.html</link>
    <description>很多人问我什么是推荐的版本库布局？，trunk是什么意思？或trunk有什么意义？，本文将会尝试回答这个问题。 一个Subversion版本库实现了一种版本化的文件系统，版本库只是一个包含目录和文件的文件系统，而且它的文件系统是版本化的，并且实现了廉价拷贝，让它的这种操</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion 1.5的合并审计</title>
    <link>/svnpz/20080330/451.html</link>
    <description>我们上周将Subversion合并跟踪特性提交到主干的过程很漂亮， Hyrum Wright 是Google Summer of Code 计划的一个学生参与者，他签约来提供合并跟踪的 Merge Auditing 特性，你可以在 功能规格 上看到一些 细节 ，但实际上它是关于在svn log和blame输出中添加对于合并跟</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion 1.5的合并跟踪与svnmerge.py</title>
    <link>/svnpz/20080330/450.html</link>
    <description>在Subversion 1.5的分支与合并webinar中，两个问得最多的问题是： Subversion 1.5的合并跟踪特性与svnmerge.py有什么区别？ 有移植工具吗？ 我现在正在慕尼黑参加 SubConf 之前的CollabNets Subversion Power Workshop，第一个会议专门针对Subversion，在合并跟踪会议</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion 1.5的WebDAV通过代理写</title>
    <link>/svnpz/20080330/449.html</link>
    <description>在昨天慕尼黑的预SubConf的Subversion Workshop中，我展示了一点Subversion 1.5的新特性 - WebDAV通过代理写支持。这个特性允许基于Apache 2.2.x和mod_proxy的Subversion服务器使用一个主服务器和关联的版本库，一个或多个副服务器可以处理读操作，同时通过（代理）将</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>单个版本库还是多个？</title>
    <link>/svnpz/20080330/448.html</link>
    <description>管理简单，只需要部署一组钩子，备份一个版本库等等。 分支/标签灵活性，因为所有的代码在一个版本库，这样可以容易的创建跨多个项目的分支或标签。 移动代码更简单。你或许希望把代码从一个项目移动到另一个，或者将其作为多个项目的库，这样可以容易的将代码在同一个</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在Mac下创建SVN Server管理ruby代码</title>
    <link>/svnpz/20080330/447.html</link>
    <description>准备自己用ruby on rails做一个简单的开源的CMS系统，本来代码已经写了一部分，但是发现代码管理比较乱，而且没有一个统一的需求迭代控制管理，写代码的时候老是会跑题，所以从ThoughtWork下载了Mingle，然后search了一下，配了一个 SVN 代码仓库，并且和Mingle集成起</description>
    <pubDate>2008-03-30</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>通过Apache访问svn代码库的配置步骤</title>
    <link>/svnpz/20080328/437.html</link>
    <description>建立svn代码库，可以进行代码的版本控制，对一般用户来讲，如何方便的查看代码库内容，目前的一个解决方案是使用apache来访问svn代码库。通过自己的测试，现将完整的步骤小结如下： 平台：FreeBSD 7.1 rc1 1 安装FreeBSD系统，需要安装ports，具体安装步骤从略。 2 安装</description>
    <pubDate>2008-03-28</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux系统下架设APACHE+SVN服务器全过程</title>
    <link>/svnpz/20080328/436.html</link>
    <description>Linux系统下Subversion 安装与配置 一 、首先准备好相关的安装包，我这里使用的是下列的几个包 Apr : apr-1.2.12 和 apr-util-1.2.12 Apache : httpd-2.2.4.tar.gz Subversion: subversion-1.4.5.tar.gz 和 subversion-deps-1.4.5.tar.gz 注意：在安装过程中可能会提示</description>
    <pubDate>2008-03-28</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Fedora下安装配置svn服务器 - Linux - Fedora和Redhat</title>
    <link>/svnpz/20080328/435.html</link>
    <description>fc5下自带svn服务，需要的话直接使用就可 但是版本不是很高1.3.0 [root@localhost ~]# yum install svn 我升了一下，结果升到1.3.2 开始建库 [root@localhost ~]# svnadmin create /路径/库名 修改登录权限 [root@localhost ~]# vi /路径/库名/conf/svnserve.conf 去掉a</description>
    <pubDate>2008-03-28</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>GnubVersion -- SVN 的 Gnome 图形前端</title>
    <link>/svnpz/20080327/434.html</link>
    <description>GnubVersion 是流行的版本控制系统 SVN 的一个 Gnome 图形前端，有了 GnubVersion，你就可以不必记住那些 SVN 命令，在图形界面下方便的迁入迁出项目文件了～ GnubVersion 通过与 Nautilus 的交互来完成相应的 SVN 操作，在向项目仓库添加或者移出批量文件的时候，尤其</description>
    <pubDate>2008-03-27</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn linux 基础配置</title>
    <link>/svnpz/20080327/433.html</link>
    <description>适用说明：server : linux rh9 + subversion 1.2.3 , client : windows + TortoiseSVN 1.3.0 更多信息参考官方网站的文档和src包里的文档（INSTALL等） 补充： 中文站： http://www.subversion.org.cn （里面游svn-book的翻译） --- Content --- SVN安装 SVN管理 创建r</description>
    <pubDate>2008-03-27</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>如何在linux下配置ant去运行svn相关任务</title>
    <link>/svnpz/20080327/432.html</link>
    <description>首先，为了能运行ant相关的svn任务，我们到subclipse的子项目svnant里去下载一个svnant 地址是：http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=1731expandFolder=1731folderID=0 这个时候如果linux上已经装有了svn命令行工具的话，那么就可以直</description>
    <pubDate>2008-03-27</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux下配置svn版本管理工具概要</title>
    <link>/svnpz/20080327/431.html</link>
    <description>一、安装svn需要的工具和支持库 二、安装步骤 三、测试 四、配置Apache，使得可以通过浏览器通过网络浏览项目代码 五、参考资料 一、安装svn需要的工具和支持库 在linux上安装svn server需要一些额外的工具和运行库支持，它们是： 1. Apache Portble Runtime 0.9.7 2. a</description>
    <pubDate>2008-03-27</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows上安装apache+SVN+自动邮件通知</title>
    <link>/svnpz/20080326/429.html</link>
    <description>OS: Windows XP SP2 1) 安装Apache Server 2) 安装SVN 3) 配置邮件通知 www.jiedichina.com ,南京捷帝科技 1. 安装apache2.0.59 ,从这里可以下载到 http://apache.justdn.org/httpd/b ... in32-x86-no_ssl.msi 安装过程中设置以下参数： Network Domain: localhost Serv</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>APACHE实现SVN库WEB访问(XP SP2环境)</title>
    <link>/svnpz/20080326/428.html</link>
    <description>1、下载安装APACHE，一路next到底结束，需要2.0.X以上版本。我用的是apache_2055-win32。 之前先用过的apache2.2，结果我的svn1.45 ms是配合2.0的，安装时会提示找不到apache.exe（apache2.2中已改为httpd.exe），先安装svn的话copy过几个mod文件过去apache就无法start</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>apache+svn服务器下一步实践</title>
    <link>/svnpz/20080326/427.html</link>
    <description>到目前为止，我仅仅配置了几个最基本的apache+svn服务器！ 以下内容需要进一步熟悉： （1） SSL加密方式：提高数据传输的安全性 （2）同一个父目录下多个版本库的配置方式，如下： /svnrepos/ /Project1/ /trunks /branches /tags /Project2/ /trunks /branches /tags</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache和SVN Server的版本管理方案</title>
    <link>/svnpz/20080326/426.html</link>
    <description>目标： 1、在windows 2003 server上建立公司版本服务器 2、要求支持多个版本库，每个版本库需要有独立的用户权限管理 3、要求接入方式可采用http ssl方式 使用的各软件如下： 1、Apache 2.0.59 no ssl版本，由于美国出口管制，Apache的可下载版本不能集成ssl。 注意为</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在win2003上apache整合svn</title>
    <link>/svnpz/20080326/425.html</link>
    <description>一，安装 apache 2.2和 svn 1.4.4的服务端 第一步，安装 Apache 2.2。 第二步，安装Subversion1.4.4 Server(目前最新版本)；我使用的是 svn -win32-1.4.4.zip，解压之后即可使用。 一般 SVN 与 Apache 整合，可以通过 Apache 的虚拟目录和安全控制，使用HTTP协议穿透防</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>linux(CentOS4) 环境apache+svn完全配置</title>
    <link>/svnpz/20080326/424.html</link>
    <description>linux (CentOS4) 环境 apache + svn 完全配置（实际配置日记） Linux宝库c(D%p3p%b'p'Lg 终于完成了，希望看过的朋友给点意见！！ Linux宝库.XM6y a4Fj6mW'K 5S3ID wbW0 一、使用前的心得 'pSI.fgUR0p,`]0 Linux宝库@7x_;c t(M!F)U 配置前，要知道自己要做什么，因为很</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>linux下架设APACHE+SVN</title>
    <link>/svnpz/20080326/423.html</link>
    <description>Subversion 安装与配置 一 、首先准备好相关的安装包，我这里使用的是下列的几个包 Apr : apr-1.2.12 和 apr-util-1.2.12 Apache : httpd-2.2.4.tar.gz Subversion: subversion-1.4.5.tar.gz 和 subversion-deps-1.4.5.tar.gz 注意：在安装过程中可能会提示需要安装其他</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>apache+svn 问题</title>
    <link>/svnpz/20080326/422.html</link>
    <description>一般的配置见svn-book 或者 http://fred.webcan.cn/weblog/2006/12/25/svn-server-build-handbook/ http://blog.yening.cn/2006/07/09/165.html 问题： Can't set position pointer in file '/home/repos/wnes/db/revs/2': Invalid argument [500, #22] 原因： 原来已经</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>apache+svn+tortoiseSvn配置方法</title>
    <link>/svnpz/20080326/421.html</link>
    <description>1、安装apache，acache的官网上下载安装程序，这里我用的是apache_2.0.59-win32-x86-openssl-0.9.7j.msi这个文件，安装过程输入信息前两项Network Domain和Server Name中都输入localhost，下面那个email就随便了，如果机器安装了iis并且启动中，要先把iis服务停掉。否</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache+SVN+ViewCVS+Jira+Confluence</title>
    <link>/svnpz/20080326/420.html</link>
    <description>整合Apache＋SVN，才发现原来svnService的运行方式有两种，其中一种就是Apache的DEV方式。接下来，安装好了Jira，测试、破解都ok后，又下载安装破解测试了Confluence（一个Wiki的东东）。接着配置Jira和Confluence的统一用户方式。 整合，这就是最近几天一直挂在心头的</description>
    <pubDate>2008-03-26</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>MyEclipse安装过程</title>
    <link>/svnpz/20080325/418.html</link>
    <description>*新建一个工作空间work *将eclipse放入工作空间,在工作空间中新建一个plugins *在plugins中放入NLpack1-eclipse-SDK汉化包,然后点击安装MyEclipse,将安装路径放在工作空间的 plugins中 *将workpluginMyEclipse 5.5.1 GAmyeclipseeclipse中的.eclipseextension复制</description>
    <pubDate>2008-03-25</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache下配置svn以及MyEclipse使用svn</title>
    <link>/svnpz/20080325/417.html</link>
    <description>1 概述 长久以来，在开源世界中，CVS（Concurrent Versions System）一直都是版本控制的首</description>
    <pubDate>2008-03-25</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在MyEclipse下安装svn</title>
    <link>/svnpz/20080325/416.html</link>
    <description>可在线安装。 在线安装svn插件 菜单栏 Help-- Find and Install-- 按new Remote Site, Name填 svn , URL填 http://subclipse.tigris.org/update ,一直next到finished为止 菜单栏 Window-- Show View-- other-- 选择打开SVN目录下的SVN资源库 新建-- 资源库位置, URL填</description>
    <pubDate>2008-03-25</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>为MyEclipse的SVN设置代理</title>
    <link>/svnpz/20080325/415.html</link>
    <description>为MyEclipse的SVN设置代理</description>
    <pubDate>2008-03-25</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN安装与配置</title>
    <link>/svnpz/20080325/414.html</link>
    <description>subversion(以下简称svn)是近年来崛起的版本管理工具，是cvs的接班人，svn服务器有2种运行方式：独立服务器和借助apache，这里我们采用独立服务器运行方式。svn存储版本数据也有2种方式：BDB和FSFS。因为BDB方式在服务器中断时，有可能锁住数据，所以还是FSFS方式更安全</description>
    <pubDate>2008-03-25</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>linux（FC4）下SVN完全配置升级手册</title>
    <link>/svnpz/20080324/409.html</link>
    <description>linux（FC4）下SVN完全配置升级手册 linux（FC4）下SVN完全配置升级手册（经典） 这是我这几天升级SVN以到呕吐地部的经验之作。希望能为大家作点贡献。费话不多说开始， 工具包 httpd-2.2.3 下载地址 http://apache.justdn.org/httpd/ apr-1.2.7 apr-util-1.2.7 下载地</description>
    <pubDate>2008-03-24</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN安装配置说明</title>
    <link>/svnpz/20080324/407.html</link>
    <description>项目组做项目文档等资源管理，原计划使用VSS，因找不到VSS Server安装文件(目前很多人手中有的都是VSS客户端安装文件)，决定改用SVN。SVN是CVS的升级版，功能完善了很多，又是开源的。下面对SVN的安装及配置进行详细说明（基于Windows 平台）： 一．软件版本 1.svn服务</description>
    <pubDate>2008-03-24</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion的Windows下配置邮件通知</title>
    <link>/svnpz/20080320/376.html</link>
    <description>在一个多人协作的环境中，每个人提交代码后，应该能通知其他人这个变化，邮件是一个最常见的方法。 由于windows下不像linux一样都随机配备了sendmail等发送邮件的工具，所以我们需要在windows上选择一种smtp服务器，这里我使用了 James ，一个Java的开源的开源项目，实</description>
    <pubDate>2008-03-20</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>VS 2003 源码配置管理(subversion+apache)</title>
    <link>/svnpz/20080320/375.html</link>
    <description>其实这文章是两三个月前写的,一直没有放上来,这段时间正好又换了配置服务器,所以才拿出来. 这几天一直在找一个能与vs.net2003相结合的源代码管理工具，几乎试用过所有的大部分工具，难者难，易则简，今天准备安装subversion试试 1． 转到http://httpd.apache.org/downl</description>
    <pubDate>2008-03-20</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在Ubuntu上安装配置Subversion + Aapache + SSL以及权限设置</title>
    <link>/svnpz/20080320/374.html</link>
    <description>1，首先需要安装所需要的软件，在Unbuntu上输入以下命令完成Subversion，Apache2以及连接驱动模块的安装。 sudo apt-get install subversion libapache2-svn apache2 2，启用SSL使其有效： sudo a2enmod ssl sudo echo Listen 443 /etc/apache2/ports.conf 3，生成SSL</description>
    <pubDate>2008-03-20</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache和Subversion集成安装与配置</title>
    <link>/svnpz/20080320/372.html</link>
    <description>Subversion和Apache一起工作的源码管理器.以便协同工作.于是网上找了一些资料,在找资料的过程中,也走了一些弯路,于是自己整理了一下安装的过程和一些注意的事项,希望能对大家有些帮助. 我这里用的IDE是netbeans6.0,其实用什么IDE都无所谓,只是netbeans一直是我喜欢的IDE</description>
    <pubDate>2008-03-20</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在Redhat Linux 9上安装svn客户端RapidSVN</title>
    <link>/svnpz/20080319/370.html</link>
    <description>在Redhat Linux 9上安装svn客户端RapidSVN By: Wu Yin Date: 2006-07-18 Email: lazy_fox#msn.com Link： http://blog.csdn.net/wooin/archive/2006/07/18/936840.aspx 版权信息： 该文章版权由Wu Yin所有。可在非商业目的下任意传播和复制。 对于商业目的下对本文的任</description>
    <pubDate>2008-03-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>术语表</title>
    <link>/svnpz/20080319/369.html</link>
    <description>添加 向你的工作复本中增加文件或者目录时使用的Subversion命令。在你提交的时候新的项就会被加入到版本库中。 基础版本（BASE revision） 当前 工作拷贝 里的文件或目录的基础版本。是文件或目录最后被检出、更新或者提交时的版本。基础版本通常和HEAD版本不一致。 追</description>
    <pubDate>2008-03-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>命令行交叉索引</title>
    <link>/svnpz/20080319/368.html</link>
    <description>有时候，本手册会参考Subversion的文档，会以命令行方式（CLI）描述Subversion术语，为了理解TortoiseSVN后台的操作，我们编辑了一份列表，用来展示命令行命令和对应的TortoiseSVN的GUI操作的关系。 注意 即使有命令行对应TortoiseSVN的操作，请记住TortoiseSVN 没有</description>
    <pubDate>2008-03-19</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn+webdav+apache配置多个代码库的权限设置</title>
    <link>/svnpz/20080318/355.html</link>
    <description>出现403 forbidden没有权限错误的时候，需要重新 配置 accesspolicy 文件。要点是针对每个repository 配置 权限。 参看 http://bbs.iuse svn .com/thread-72-1-1.html 这个文章里的详细解析。摘录一段话如下： 引用 To be more specific: the value of the section-nam</description>
    <pubDate>2008-03-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion 1.4版本的Windows服务配置方法</title>
    <link>/svnpz/20080318/354.html</link>
    <description>最近Subversion版本控制系统放出了最新版本1.4，除了工作副本性能提升等重要提升外（a href=http://www.subversion.org.cn/index.php?option=com_contenttask=viewid=57Itemid=9详情到这里去看/a）,最令人激动的莫过于其可以直接通过svnserve设置为windows服务的功能了</description>
    <pubDate>2008-03-18</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion的取出和更新命令</title>
    <link>/svnpz/20080317/353.html</link>
    <description>在Subversion中，如果本地文件已修改，取出命令（svn checkout）会将服务器上的文件与本地已修改的文件合并，而更新命令（svn update）会保存本地被修改的文件。要注意这两个命令的区别。 取出命令实例（Linux）： svn checkout --username=test --password=test http:/</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion 1.3 Release Notes</title>
    <link>/svnpz/20080317/352.html</link>
    <description>[*] 兼容性关注 - 命令行输出更改 - Berkeley DB 升级 [*] 新特性 - svnserve 通道授权(需要新服务器支持) - mod_dav_svn 操作日志记录(需要新服务器支持) - 主语言绑定改进 - 新的子命令开关 [*] 改进和BUG修复 - 通过mod_dav_svn能列出可使用的库(server) - http(s):/</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion for Windows 安装手册</title>
    <link>/svnpz/20080317/351.html</link>
    <description>所使用的软件及其版本 (1) 安装 Apache HTTP Server Apache安装之前把IIS关掉，不然会有冲突。 安装时只用修改 Server Name就行（比如改为：localhost），如下图： 安装好后，用IE测试一下，如果安装成功就会显示如下的页面： (2) 安装 Subversion 服务器端 运行安装Su</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion and CVS</title>
    <link>/svnpz/20080317/350.html</link>
    <description>White Papers Subversion and CVS From: Mike McLain To: All Attachments: None 08/31/2007 04:13:55 AM 264092JM0 Rick, Interesting read on your Subversion white paper, thanks. Just curious on your take of Subversion -vs- CVS. I've had to use cvs a lot c</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Freebsd6.2升级Subversion1.4.3到Subversion1.4.4</title>
    <link>/svnpz/20080317/349.html</link>
    <description>每天Freebsd的ports和src都会有更新，Subversion1.4.4发布不久，ports也跟上了。我就做了一次升级，出现了一些小问题。 升级Ports安装的软件需要安装portupgrade,在 /usr/ports/ports-mgmt 下面。有两个一个是 portupgrade ，一个是portupgrade-devel,portupgrade-deve</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion Part 1 - Installing Subversion as your code repository for Windows us</title>
    <link>/svnpz/20080317/348.html</link>
    <description>I have a couple of personal projects started that need to have a source control repository where they can be sure and accessed from everywhere. The original idea was Source Safe, but if any of you tried before to set it up in a remote internet serve</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion权限控制配置</title>
    <link>/svnpz/20080317/347.html</link>
    <description>通过上一篇文章Subversion for Windows 安装手册，我们完成了Subversion的安装，下面，我们来对看看如何让Subversion对访问者实行权限控制。 注：以下Subversion_Root为Subversion的安装根目录 Apache_Root为Apache的安装根目录 1.将mod_auth_sspi.so 文件复制到 Apach</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>subversion 和 subclipse 的安装配置说明</title>
    <link>/svnpz/20080317/346.html</link>
    <description>1. 安装服务器 双击：svn-1.4.5-setup.exe 进行安装 下面以默认安装路径为例。 C:Program FilesSubversion 2. 配置环境变量 先看看C:Program FilesSubversionbin是否已经存在于环境变量path里。 如果没有：将C:Program FilesSubversionbin 放到环境变量path里</description>
    <pubDate>2008-03-17</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Redhat Enterprise AS4 安装Subversion</title>
    <link>/svnpz/20080316/345.html</link>
    <description>上次安装过程中出现的权限问题,并不是因为apache被chroot过，而是系统把selinux给enable了。于是顺便学习了一下selinux。 setenforce 这个命令可以启动或者禁止selinux /etc/selinux/config 为基本配置文件 chcon，setsebool 可以改变权限属性 ls -Z dir 可以看到目录</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN的Local方式：个人源码管理的好办法</title>
    <link>/svnpz/20080316/344.html</link>
    <description>今天在QQ群里，有人在打听Delphi的VSS插件，于是被我B4了一番。正好我最近试用了SVN，感觉很不错，于是在群里强力推荐，以致于几乎被认为是SVN的托儿。-_-||| 事实上SVN的确是我用过的最好的源码管理工具，虽然我用过的这类工具并不多，只有VSS、CVS和SVN，其它像PVCS</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在FreeBSD下安装subversion</title>
    <link>/svnpz/20080316/343.html</link>
    <description>与PHP5的安装一样，本来是一件很简单的事情。 cvsup -gL 2 -h cvsup.freebsd.org /usr/share/examples/cvsup/ports-supfile cd /usr/ports/devel/subversion make install clean 但首先郁闷的一点就是，装上的不是目前的稳定版本：1.2.3，而是1.3.0-rc4（前两天装的时</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN svnserve 方式安装及配置</title>
    <link>/svnpz/20080316/342.html</link>
    <description>SVN svnserve 方式安装及配置： I.Linux RedHat 9 1.卸载原版本 # rpm -ev subversion-0.17.1-4503.0 2.安装包 # rpm -ivh --nodeps apr-0.9.5-0.2.i386.rpm # rpm -ivh --nodeps apr-util-0.9.5-0.1.i386.rpm # rpm -ivh --nodeps neon-0.24.7-1.i386.rpm # rpm -ivh</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>通过mysql数据库来认证subversion</title>
    <link>/svnpz/20080316/341.html</link>
    <description>在安装apache时要选择apache的模块mysql_auth_module，否则要自己安装该模块，该模块下载网址是： http://prdownloads.sourceforge.net/modauthmysql/mod_auth_mysql-3.0.0.tar.gz?download 在安装linux时可以选择安装apache和模块mysql_auth_module。 安装完模块后在/</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Redhat9 SVN apache(含ssl) 方式安装及配置</title>
    <link>/svnpz/20080316/340.html</link>
    <description>SVN apache 方式安装及配置： 1. 下载apache2和SVN源码包 2. 编译apache2 # ./configure --enable-dav --enable-so --enable-maintainer-mode # make # make install 3. 编译SVN # ./configure --with-apxs=/usr/local/apache2/bin/apxs # make # make install 编译完</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>subversion 1.2.3 for Redhat linux AS 4 源码包安装文档</title>
    <link>/svnpz/20080316/339.html</link>
    <description>安装环境：REDHAT AS 4 时间：2005-11-21 作者：millsguo Blog：http://bbs.guomin.net/blog/mills [参考了本论坛相关文档] 安装步骤： 系统默认安装包： 代码: autoconf-2.59-5 libtool-1.5.6-4 一、下载安装APACHE2 1、下载httpd-2.0.55.tar.gz源码包 该源码包中包含</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>cvs2svn转换Repository时,中文更新记录乱码的问题</title>
    <link>/svnpz/20080316/338.html</link>
    <description>使用使用cvs2svn转换Repository的时候，发现转换过来的更新记录中，所有的中文都是乱码，不是显示方块，就是问号，原来是没有加上encoding参数的缘故，原来使用的命令如下： c:/python23/python h:/cvs2svn-1.2.1/cvs2svn -s h:/svn/repo h:/cvsroot/repo encoding参数</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于Subversion的安装、配置和权限管理</title>
    <link>/svnpz/20080316/337.html</link>
    <description>SubVersion 安装 Subversion 是一个版本控制系统，它是根据 CVS的功能为基础来设计，但是改进了一些 CVS 的缺点，例如：在 CVS 中搬移档案目录很不方便，Subversion 则连目录的移动都纳入版本管理；此外，它也增加了其它的功能，例如：不可分割的送交（如同数据库交易</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn 命令简要HOWTO</title>
    <link>/svnpz/20080316/336.html</link>
    <description>常用的svn命令的一个简要介绍，很有用的： CREATE REPOSITORY $ svnadmin create /usr/local/svn/newrepos IMPORT MODULE $ svn import mytree file:///usr/local/svn/newrepos/fooproject Adding mytree/foo.c Adding mytree/bar.c Adding mytree/subdir Adding mytree</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SubVersion定期完整备份脚本(Linux)</title>
    <link>/svnpz/20080316/335.html</link>
    <description>说明: 请根据自己需要调整.此脚本是没有任何保障的,请慎重使用. 脚本功能 : 定期对一些项目进行完整备份. project.lst 文件格式如下: project1 project2 备份脚本 如下: #!/bin/sh # # subversion data backup script # by scud http://www.jscud.com # 2005-11-27 # #</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>用 Apache 和 Subversion 搭建安全的版本控制环境</title>
    <link>/svnpz/20080316/334.html</link>
    <description>作为新一代的开源版本控制工具，Subversion 以其目录版本化、原子提交、版本化的元数据、更加有效的分支和标签等优良特性，正逐渐受到开源软件社区的重视，并有望取代 CVS，成为开源软件开发中版本控制的首选系统。在服务器端，Subversion 最大的独特之处，在于它可以</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>apache + subervison 配置SSL</title>
    <link>/svnpz/20080316/333.html</link>
    <description>前面已经安装好了apache2和ssl 首先建立自己的CA文件夹 CA/myCA 1.创建CA认证 找到 etc/ssl/openssl.cnf COPY一份到myCA下面 修改其下的变量值 dir = /home/mocci/CA/myCA 建立相应的目录： mkdir -p //home/mocci/CA/myCA/certs mkdir -p /home/mocci/CA/myCA/newcert</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在Debian Apache2/FastCGI下配置Trac</title>
    <link>/svnpz/20080316/332.html</link>
    <description>前提是已经安装好Python,Apache2,SubVersion和FastCGI,如果没有配置好，请参照 Debian/etch下为Apache2配置FastCGI(mod-fcgid),PHP5,Perl,Python 或者直接安装这些模块 apt-get install apache2 python python-clearsilver subversion python-subversion libapache2-mo</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion之路实现精细的目录访问权限控制</title>
    <link>/svnpz/20080316/330.html</link>
    <description>:作者: 郑新星 :联系: zhengxinxing AT gmail DOT com :状态: 正稿 :版本: 1.0 :修订: $Id$ :版权: 作者保留对本文的一切修改、发布等权力。任何人想要转载本文部分或全部内容时，必须保留包括作者、联系、状态、版本、修订、版权，共六项信息，并给出出处。对本文的参</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>解决了svn的问题:&quot;Could not open the requested SVN filesystem&quot;</title>
    <link>/svnpz/20080316/329.html</link>
    <description>apache不能访问svn仓库与 文件上下文安全 相关，要进行修改，需要使用命令 chcon . 这里仅贴出一个简单的例子: chcon -R -h -u system_u -t httpd_sys_content_t /u/svn/repos 以下为在 LinuxSir搜索到的chcon的描述: chsid指令被chcon指令替代 在旧版的SE Linux中chsi</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svnsync：Subversion备份版本库的好工具</title>
    <link>/svnpz/20080316/328.html</link>
    <description>本文介绍利用 svn sync来同步版本库，达到备份版本库的目的 要用到两个命令 1、svnsync init 初始化，建立目标库和源库之间的同步关系 命令格式 svnsync init 目标库URL 源库URL 2、svnsync sync 真正的同步 命令格式 svnsync sync 目标库URL 目标： 本次实现的是版本</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion和TortoiseSVN的配置</title>
    <link>/svnpz/20080316/326.html</link>
    <description>我们现在来看看Subversion和TortoiseSVN的配置中应该注意的问题和合理的配置方案 STEP1:下载和安装 首先在Subversion的官方网站去下载windows安装包，最新版是1.3.1。[http://subversion.tigris.org/servlets ... cumentList?folderID=91] 下载后安装在本地机器上，这</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn的简单配置与使用</title>
    <link>/svnpz/20080316/325.html</link>
    <description>svn的简单配置与使用 需求： 配置一台svn服务器，开发人员可以从远程访问。 1、下载svn的源代码，编译安装。假设安装在/usr/local/svn 2、把/usr/local/svn/bin加入到PATH中 3、选择一个地方放置仓库repositoty，可以放在/var/www下。创建文件夹/var/www/myrepos，你可</description>
    <pubDate>2008-03-16</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN配置安装经验.windows sp2 +SVN1.4.4+apache 2.0.59+TortoiseSVN-1.4.5</title>
    <link>/svnpz/20080315/321.html</link>
    <description>VSS是个快过时的东西了,再加上自己平时就喜欢开源软件,更喜欢用最新,最前沿的技术.综合查找各种资料和实验了.总结了如下的SVN配置经验.希望能给其他要建该系统的朋友,有所帮助. 注意 最新的svn和apache2.2不匹配.所以选用高于2.0.55以上，低于2.2.X版本的Apache服务器准</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Web SVN之Apache2.2配置</title>
    <link>/svnpz/20080315/320.html</link>
    <description>1、安装好Apache和并下载SVN-win32-1.4.6,解压缩. 2、sub version 目录 bin 下面的两个文件： mod_authz_svn.so 和 mod_dav_svn.so 复制到 Apache 安装目录 modules 目录下。 3、找到Apache安装目录下的conf目录，用文本编辑器打开httpd.conf，找到一下两行： #LoadM</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在debian etch中配置subversion</title>
    <link>/svnpz/20080315/319.html</link>
    <description>如无特殊注明，均为 root 执行的操作。 安装软件包 首先，需要下载安装下列软件包： apache2 apache2-common apache2-utils libapache2-svn openssl ssl-cert subversion subversion-tools 使用 apt-get install 命令安装上列软件包。 生成 SSL 自认证证书 我们需要加</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN 局域网设置（方法集合）</title>
    <link>/svnpz/20080315/318.html</link>
    <description>服务器所在的计算机IP：192.168.1.8 SVN 服务器目录D:SVN SVN的本地工作目录D:WorkSVN (在本机192.168.1.8上可以把目录Check out 出来) 客户端计算机的IP：192.168.1.6 工作目录：D：HomeSVN 问题：我现在要吧服务器中的文件Check Out到客户机中的 D:Home SVN中，</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN服务器安装SSl配置</title>
    <link>/svnpz/20080315/317.html</link>
    <description>参照网上PCplayer整理的资料，SVN的SSL配置已完成，且测试没有问题。 具体配置如下(环境说明XP Sp2 英文版+apahe2.0.59+svn1.4.2)： 默认安装的Apache服务器(自已编译的除外)不支持SSL。但可以下载到所需要的模块，然后安装它。 首先需要SSL的必需文件。(我在http://hu</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>请问subversion的配置问题</title>
    <link>/svnpz/20080315/316.html</link>
    <description>在提交 svn commit -m test 的时候总是出现以下错误 svn: 提交失败(细节见下)： svn: Can't create directory '/home/subversion/repos/db/transactions/0-1.txn': Permission denied 不知道是哪的原因,请高手们指点一下 2006-5-4 20:30 paradiseHIT 他不是说了么， 权</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn服务器安装配置与svn的eclipse的subclipse插件使用</title>
    <link>/svnpz/20080315/315.html</link>
    <description>svn 服务器安装 配置 ： 1.安装 svn -1.3.0-setup.exe（可以在http://subversion.tigris.org/下载得到） 2.安装成功后，在命令行输入 svn admin create D: svn homeworkflow,建立工程， svn 自动会在该目录下建立若干文件 3.在该目录下有password文件，在此文件中增</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>FC4下subversion+apache的配置</title>
    <link>/svnpz/20080315/314.html</link>
    <description>导下令改用subversion，而且还得是基于apache的（不通过apache无法控制好权限）。 不得不自己找 资料 慢慢试。 google到的资料倒是不少，不过大多是基于rh9的，虽说差不多，但是单就要对付的subversion和apache2来说，是远远不够的，因为最起码的一点，在rh9上是没有sub</description>
    <pubDate>2008-03-15</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>配置CVS服务器和客户端完全解析</title>
    <link>/svnpz/20080314/313.html</link>
    <description>CVS 代表协作版本系统；这是一个将一组文件放在层次目录树中以保持同步的系统。人们可以从 CVS 服务器 上更新他们的本地层次树副本，并将修改的结果或新文件发回；或者删除旧文件。 CVS 基于客户端/ 服务器 的行为使得其可容纳多用户，构成网络也很方便。这一特性使得</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion Cheat Sheet</title>
    <link>/svnpz/20080314/312.html</link>
    <description>This Subversion cheat sheet was created during the initial setup of Subversion on Apache 2.0 on Windows and Mac OS X. A detailed tutorial covering most of the features of Subversion can be found in the online Subversion book. However, to make Subver</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN服务端模块配置方法</title>
    <link>/svnpz/20080314/311.html</link>
    <description>以下操作只针对 Windows 2k ,xp系统，已经配置SVN服务,已经安装好TortoiseSVN客户端的 服务器 Svn 新模块创建方法： 在D盘根目录新建立文件夹 svnroot，进入该文件夹后，点击鼠标右键，TortoiseSVN--在此创建文件仓库，系统提示创建成功，该模块为默认模块，访问地址为</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在FreeBSD上安装SVN（Subversion）</title>
    <link>/svnpz/20080314/310.html</link>
    <description>操作系统：FreeBSD 5.3 这是第一次在非Windows系统安装软件，对于系统中很多基本的东西都不熟悉，基本上都是看着配置文档来的，很多东西都是需要用的时候才找的，因此也花了不少时间。比较欣慰的时这些软件的文档的都很详细，使一个初次接触者也能够按照文档的说明一步</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion与Apache的融合</title>
    <link>/svnpz/20080314/309.html</link>
    <description>整合Subversion与Apache是一种比较适合协作的方法，其配置方式如下： 整合SVN与Apache 另一种比较常用的使用SVN的方式是将其与apache整合。通过http协议来访问代码，通过web界面来浏览察看，通过http服务器的安全控制来进行权限认证。 蔡煥麟先生有一篇整合的详细教程</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>为Subversion搭建基于SSL的 Apache服务器</title>
    <link>/svnpz/20080314/308.html</link>
    <description>利用Subversion创建的仓库可以借助apche发布出去，让更多的开发人员访问；借助apache自身的用户管理，我们可以为Subversion进行用户和权限管理，使得只有相应权限的人才能访问我们资源；此外，为了更加安全，我们可以借助apache对于SSL的支持，使得开发人通过https访问</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>快速搭建Subversion</title>
    <link>/svnpz/20080314/307.html</link>
    <description>一、 开发前的准备 1、 在装有Windows 2000或者Windows XP Professional的机器上安装.Net Framework SDK、Visual Studio.Net、Visual Source Safe 6C。（如果用户操作系统是Windows .Net Server，则无须安装.Net Framework SDK，.Net Server自带的IIS 6已经完全包含了</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion 性能调优</title>
    <link>/svnpz/20080314/306.html</link>
    <description>一、 开发前的准备 1、 在装有Windows 2000或者Windows XP Professional的机器上安装.Net Framework SDK、Visual Studio.Net、Visual Source Safe 6C。（如果用户操作系统是Windows .Net Server，则无须安装.Net Framework SDK，.Net Server自带的IIS 6已经完全包含了</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>VSS的配置和使用</title>
    <link>/svnpz/20080314/305.html</link>
    <description>一、 开发前的准备 1、 在装有Windows 2000或者Windows XP Professional的机器上安装.Net Framework SDK、Visual Studio.Net、Visual Source Safe 6C。（如果用户操作系统是Windows .Net Server，则无须安装.Net Framework SDK，.Net Server自带的IIS 6已经完全包含了</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>从CVS迁移到SVN</title>
    <link>/svnpz/20080314/304.html</link>
    <description>我们曾经学过的原来用CVS管理的 代码 迁移到SVN中去。主要是因为SVN是整个版本库共享一个版本历史，比较方便完整的Checkout某个工程。而且SVN还有一些CVS所不具有的良好特性，比如支持对目录版本进行 管理 ，支持重命名和移动等。 在网上，很多人人用cvs2svn来将CVS版本</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>UCM配置管理方案</title>
    <link>/svnpz/20080314/303.html</link>
    <description>讨论问题就从基本的无人讨论开始 项目管理库 pvob 无根构件 BLA BLB BLC(负责管理项目A 项目B 项目c的基线) A项目库 VOBA 包含目录compA compB（分别是pvob的两个component） B项目库 VOBB 包含目录compC compD(分别是pvob的两个component) C项目库 VOBC compA compB c</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Redhat AS4下的Apache+SVN的LDAP认证详解</title>
    <link>/svnpz/20080314/302.html</link>
    <description>AD环境: Windows2003 DC一台 活动 目录结构如下: domainname.com - Builtin - Computers - Domain Controllers - ForeignSecurityPrincipals - Users - Developer (OU,组织单元) - test (帐户) - user1 (帐户) - user2 (帐户) - user3 (帐户) - project1 (组) user1,us</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>RHEL(AS4)上安装apache2.2.3 + svn1.4 + 自动邮件通知</title>
    <link>/svnpz/20080314/301.html</link>
    <description>OS: Redhat AS4.0 安装包情况如下: Desktops: X Windows System - 默认安装 GNOME Desktop Environment - 默认安装 KDE- 不安装 Applications: Editors - 默认安装 Engineering and Scientific- 不安装 Graphical Internet - 默认安装 testx-based Internet- 不安装 Of</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>基于Apache Http Server和SVN Server的版本管理方案</title>
    <link>/svnpz/20080314/300.html</link>
    <description>本节介绍如何在Apache Server 2.0.59中加入SSL支持，使得SVN客户端可以通过https来访问版本库。 配置成功后版本库管理员可以禁止掉http访问，所有用户都需要先由管理员生成个人的访问证书，安装在本机的浏览器内，才可以通过https访问版本库，这样就使得版本库的访问安</description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于cvs库设计方案</title>
    <link>/svnpz/20080314/299.html</link>
    <description></description>
    <pubDate>2008-03-14</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion(SVN)和TortoiseSVN配置实例</title>
    <link>/svnpz/20080311/287.html</link>
    <description>服务器端： 下载所需程序 Subversion 1.3.2 http://subversion.tigris.org/downloads/subversion-1.3.2.zip Tortoise SVN http://tortoise svn .sourceforge.net/downloads 安装(路径可以更改)解压subversion-1.3.2.zip并安装到C:Subversion 按安装一般软件的方法安装T</description>
    <pubDate>2008-03-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>rhel4下安装配置Subversion服务器</title>
    <link>/svnpz/20080311/286.html</link>
    <description>关于Subversion的种种优点就不用再说了，有兴趣的话可以去 http://subversion.tigris.org/ 了解，或者google一下。 第一步，先检查是否安装了下面软件包，rpm -q apr apr-devel subversion neon compat-libcom_err 没有的话,推荐使用apt来下载安装,只要 apt-get instal</description>
    <pubDate>2008-03-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux下Apache+PHP+MySQL+Subversion开发测试环境配置过程</title>
    <link>/svnpz/20080311/285.html</link>
    <description>安装Fedora 7 我是使用Fedora 7 Live在VMWare 6种安装的 技巧：如果使用Live并且在VMWare中安装，那么在安装的时候分配内存尽量的多，这样可以加快安装速度。安装完后再分配给128M或者256M内存进行使用就可以了（视自己情况）。 注意：VMWare 5.5/VMWare Server 1.03以</description>
    <pubDate>2008-03-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN+Linux+Apache配置</title>
    <link>/svnpz/20080311/284.html</link>
    <description>文章摘要: 花了一天终于搞定了: 1 SVN和apache的安装: 安装的事情,网上有很多,由于用的是fedora直接yum下来了,注意apache在yum中名为httpd,为了使apache能够配合SVN的访问控制必须安装mod_authz_svn.so库,在yum中搜索svn,apache便可看见软件包.最后应当确定在/usr/lib/</description>
    <pubDate>2008-03-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title> Linux下SVN服务器的搭建与配置</title>
    <link>/svnpz/20080311/283.html</link>
    <description>下载最新的svn压缩包http://subversion.tigris.org/downloads/subversion-1.4.5.tar.gz //解压SubVersion安装包 (root用户进行下面的操作) # tar xvzf subversion-1.4.5.tar.gz //进入解压后的目录 # cd Subversion-1.4.5 //配置subversion安装 Copy code #./configure</description>
    <pubDate>2008-03-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Ubuntu SubVersion服务安装设置</title>
    <link>/svnpz/20080311/282.html</link>
    <description>如果您对 Subversion 还比较陌生，本节将给您一个关于 Subversion 的简要介绍。 Subversion 是一款开放源代码的版本控制系统。使用Subversion，您可以重新加载源代码和文档的历史版本。Subversion管理了源代码在各个时期的版本。一个文件树被集中放置在文件仓库中。这个</description>
    <pubDate>2008-03-11</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>windows XP 配置 SVN(新观点)</title>
    <link>/svnpz/20080310/281.html</link>
    <description>在大学期间为了配这个 SVN 走了很多弯路，因为网上搜到都是转帖的比较多，特别是其中有几个地方理解有歧义，这样让新手很难入门。 1）首先安装服务器端软件 svn -1.4.2-setup.exe（附件可以下载），这个安装就很简单，下一步，下一步就行了。 我把这个安装在 C:Progra</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>配置SVN+Apache</title>
    <link>/svnpz/20080310/280.html</link>
    <description>因为分布式开发的目的，配置了一个apache集成SVN的环境，具体流程如下， 首先安装apache wget http://apache.siamwebhosting.com/httpd/httpd-2.0.59.tar.gz ./configure --prefix=/usr/local/subversion --enable-dav --enable-so --enable-ssl make make install 这</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Windows2003下配置SVN的步骤</title>
    <link>/svnpz/20080310/279.html</link>
    <description>关键字 : SVN 一直在用CVS进行版本的控制,但在使用中发现CVS对于目录级别的操作支持不太好,而且经常会遇到提交不成功的现象.为此,项目组准备适用 SVN 替换掉CVS.现在讲这两天的 配置 过程记录下来,也许对其他人有用. 配置 过程中参考了大量的资料,最有用的是windows上</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux的subversion安装配置</title>
    <link>/svnpz/20080310/278.html</link>
    <description>linux下一步步配置subversion 软件包: httpd-2.23 下载地址 http://apache.justdn.org/httpd/httpd-2.2.3.tar.gz apr-1.27 apr-util-1.27 http://apache.justdn.org/apr/,版号自已找，最好和我的所提供的版本号一样 Oracle Berkeley DB 4.0.14 下载地址 http://downloa</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SVN客户端的配置</title>
    <link>/svnpz/20080310/277.html</link>
    <description>SVN 全名Subversion，即版本控制系统。 SVN 与CVS一样，是一个跨平台的软件，支持大多数常见的操作系统。作为一个开源的版本控制系统,Subversion 管理着随时间改变的数据。这些数据放置在一个中央资料档案库 (repository) 中。这个档案库很像一个普通的文件服务器, 不</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>配置apache+svn+trac</title>
    <link>/svnpz/20080310/276.html</link>
    <description>以前做一些小的项目，没有怎么用到svn之类的版本控制软件，因为项目本身就很小，几十个文件，基本上也没有太多的改动。所以都是采用直接备份文件方式来防止工作间的文件丢失。 这次自己想做的一个小东西，虽然不大，但是希望把开发过程正规起来，不能总是采用远古的作坊</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Java 企业级项目中应用Subversion的配置与管理</title>
    <link>/svnpz/20080310/275.html</link>
    <description>企业应用不仅限于对数据进行插入、读</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache2/SSL+Subversion+PAM认证服务器配置</title>
    <link>/svnpz/20080310/274.html</link>
    <description>这两天刚配的，在 newsmth 讨论了几个相关问题，响应了一下号召，写这个 配置说明 概要：服务器使用 apache2+ssl+svn+auth_pam 构建，具有如下特点： * 建立在 debian/apache2 的基础上 * subversion 1.1 * mod_dav_svn 使得 subversion 可以通过web访问 * 使用 openssl</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>采用Subversion作为版本控制，配置方式如下</title>
    <link>/svnpz/20080310/273.html</link>
    <description>配置Subversion 版本控制选用Subversion，它对重构的支持比CVS要好。例如改名，原子提交等CVS无法支持的操作。 下载Subversion的Win32自动安装包，安装至D:Subversion。安装包会自动添加Path等变量。建立D:SVNRepo文件夹，作为代码的根目录。可安装TortoiseSVN作为Clie</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>linux（FC4）下SVN完全配置升级手册（经典）</title>
    <link>/svnpz/20080310/272.html</link>
    <description>这是我这几天升级SVN以到呕吐地部的经验之作。希望能为大家作点贡献。费话不多说开始， linux宝库博客2D0dh/C Ue X ZY(lsk0 工具包 linux宝库博客A6r BJ)T6d httpd-2.2.3 linux宝库博客$~K4N+s+yh5R 下载地址 linux宝库博客 mZ4FAd P;F http://apache.justdn.org/httpd</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>linux(CentOS4) 环境apache+svn完全配置（实际配置日记）</title>
    <link>/svnpz/20080310/271.html</link>
    <description>一、使用前的心得 F k1MR h#Z7t0 linux宝库博客vvy'jy#^'x 配置前，要知道自己要做什么，因为很多人是新接触svn的，对其不是很了解，甚至有同学问我，svn？是干什么的？ linux宝库博客7o:x8DWG u5_ linux宝库博客u6sD)DH.O 我这次配置要做的工作，就是要满足我们开发团</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion的Repository列表完美解决方案</title>
    <link>/svnpz/20080310/270.html</link>
    <description>我的SVN项目都放在h:/svn下，在Apache中只是把这个目录设置成了虚拟目录，这样我可以方便的通过http: //localhost/svn/project1访问这个目录下的所有Repository，但如果我想访问http: //localhost/svn/，是得不到所有Repository列表的，只是一个403 Forbidden错误，在T</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>mod_auth_mysql的SHA512支持/Subversion共享用户库</title>
    <link>/svnpz/20080310/269.html</link>
    <description>mod_auth_mysql是一个apache的模块,用于保护某个目录或者一些资源.此模块可以使用保存在mysql数据库里的用户和密码以及组设置来校验用户的权限. 原文是针对mod_auth_mysql 2.8.1所做的补丁,由于3.0.0版本做了很多改动,所以只好改了一些地方,才顺利能用. 如果不打补丁,mo</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>FreeBSD上两种认证方式配置SVN</title>
    <link>/svnpz/20080310/268.html</link>
    <description>环境： FreeBSD 6.2 Released C1 Apache 2.2.3 Subversion 1.4.0 目标： 通过Apache的WebDAV方式访问SVN进行日常开发和代码管理 一、安装： 1、Apache安装 不用多说，进入到 /usr/ports/www/apache22目录下，运行make install即可安装默认方式搞定，如果你还有别的apac</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>SUSE Linux subversion独立服务器 自启动</title>
    <link>/svnpz/20080310/267.html</link>
    <description>1. 阅读/etc/init.d/svnserve脚本，从下面的片段中得到启发，去改/etc/sysconfig/svnserve中的设置 ... SVNSERVE_BIN=/usr/bin/svnserve ... SVNSERVE_CONFIG=/etc/sysconfig/svnserve ... . $SVNSERVE_CONFIG ... case $1 in start) echo -n Starting svnserve ## Sta</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn 设置keywords</title>
    <link>/svnpz/20080310/266.html</link>
    <description>#!/usr/bin/perl-w #filename:setsvnkw usestrict; my$prefix_command=svnpropsetsvn:keywordsAuthorDateRevisionId; subsvnsetkw { my$filename=shift; my$command=$prefix_command.$filename; system($command); } if($#ARGV0){ my$command=$prefix_command.*.c*.h*</description>
    <pubDate>2008-03-10</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>配置你的SVN服务器</title>
    <link>/svnpz/20080309/265.html</link>
    <description>SVN的好处，不用多说了，当你的项目做到一定规模时，多人开发甚至异地多人协作开发时，可以为你的团队省去很多麻烦。可能很多人都用过SVN的客户端工具，如TortoiseSVN或者是Eclipse中的插件，网上有很多开源项目，或者很多源代码，都会用这种方式发布，稍有关注一下技术</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在RedHat AS下安装配置SVN管理工具</title>
    <link>/svnpz/20080309/264.html</link>
    <description>subversion(以下简称SVN)是近年来崛起的版本管理工具，是CVS的接班人。 SVN服务器有2种运行方式：独立服务器和借助apache。2种方式各有利弊。 SVN存储版本数据也有2种方式：BDB和FSFS。因为BDB方式在服务器中断时，有可能锁住数据（我在搞ldap时就深受其害，没法根治）</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Ubuntu7.10下架设配合apache工作的subversion服务器端及客户端的使用。</title>
    <link>/svnpz/20080309/263.html</link>
    <description>如果你只想用Subversion进行版本管理，不想安装apache服务器，则只需要安装subversion一个软件包，参考《 Ubuntu:Subversion服务器安装设置 》一文中的6.4节，使用svnserve直接进行subversion服务。 使用apache上架设的subversion服务器最大的好处就在于即使没有安装客</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Http方式访问的SVN服务器配置</title>
    <link>/svnpz/20080309/262.html</link>
    <description>1.关键资源 svn-1.x.x-setup.exe SVNService apache_2.0.61-win32-x86-no_ssl.msi 2.安装环境 系统: Windows2000 Java JDK: 1.5 3.安装和配置服务器 SVN安装 详见 SVN安装 apache安装 svn的Http://配置 1.Subversion库文件拷贝 %SUBVERSION_HOME%binmod_dav_svn.so文</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>采用Subversion作为版本控制</title>
    <link>/svnpz/20080309/261.html</link>
    <description>配置Subversion 版本控制选用Subversion，它对重构的支持比CVS要好。例如改名，原子提交等CVS无法支持的操作。 下载Subversion的Win32自动安装包，安装至D:Subversion。安装包会自动添加Path等变量。建立D:SVNRepo文件夹，作为代码的根目录。可安装TortoiseSVN作为Clie</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于使用 Subversion 进行软件配置管理</title>
    <link>/svnpz/20080309/260.html</link>
    <description>本站点的项目可使用软件配置管理 (SCM，Software Configuration Management) 工具进行版本控制。SCM 依赖于 Subversion，这是一个开放源码 版本控制 工具，设计作为 CVS 的 增强后续版本 。大多数 CVS 用户 可以很容易地开始使用 Subversion。如果您不熟悉 Subversion</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Windows下Subversion配置管理员指南(COOL)</title>
    <link>/svnpz/20080309/259.html</link>
    <description>Subversion安装成service 以前的svnserve要想成为windows服务，必须依赖于svnservice或其他工具。从Subversion1.4开始，Subversion本身就集成Windows服务的工具。 1，安装svnservice 在Windows NT中（包括Windows XP, Windows 2000, Windows 2003 Server）本身包含了一</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Windows下SVN权限配置说明(一个目录下多库)</title>
    <link>/svnpz/20080309/258.html</link>
    <description>1、 本文档适用于对Subvesion的自带服务 svn serve进行 权限 配置，全部在authz文件中完成。 2、 如果要对含有 中文 的目录或文件进行管理或分配时，需要将该文件保存为UTF-8格式，微软的记事本保存为UTF-8格式无效，所以不要用。可用如UltraEdit或EditPlus等软件完成，</description>
    <pubDate>2008-03-09</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn配置和安装Subversion</title>
    <link>/svnpz/20080308/257.html</link>
    <description>svn配置 1.需要两个文件，httpd和subversion. httpd是web服务器，用来通过web访问subversion，httpd可以在apache官方网站上下载到 2.新建一个用户：svnroot 最好不要让root用户参与到svn的权限管理和日常的运行和维护工作中来，但是下面的一些安装和配置操作还是 需要ro</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache svn配置手记</title>
    <link>/svnpz/20080308/256.html</link>
    <description>使得用http://的方式也可以访问我的subversion服务了。 总体来说，配置比较简单，先安装Apache http server，down了一下2.0.58的msi版本。安装后打开安装目录下的/modules目录，发现库很全，特别是webdav需要的mod_dav.so在，好了，apache安装结束。同事的2.0.54版本里/</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>subversion配置学习笔记</title>
    <link>/svnpz/20080308/255.html</link>
    <description>subversion 工具已经安装完成.进行以下 配置 （环境fc 5 + svn 1.3）： 1.创建版本中心数据库 svn admin /data/repos 查看： [devuser@data]$ ls repos conf dav db format hooks locks README.txt 2.[devuser@project]$ ll /tmp/project/* /tmp/project/branches: /tmp</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>安装配置Subversion Apache2.24 WinxpSp2 详解</title>
    <link>/svnpz/20080308/254.html</link>
    <description>这篇文章主要是自己在Win+Apache2.24环境下面配置Subversion1.45的过程，关于Apache的安装配置就不再赘述了，过两天再研究一下对于svn版本库进行SSL加密的配置方法。 1、下载 svn-win32-1.4.5.zip ，要根据你的apache版本下载不同的支持版本，目前有支持apache2.0和2.2</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Ubuntu：SubVersion服务安装设置</title>
    <link>/svnpz/20080308/253.html</link>
    <description>1. 简介 如果您对 Subversion 还比较陌生，本节将给您一个关于 Subversion 的简要介绍。 Subversion 是一款开放源代码的版本控制系统。使用 Subversion，您可以重新加载源代码和文档的历史版本。Subversion 管理了源代码在各个时期的版本。一个文件树被集中放置在文件</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>版本控制软件SubVersion 入门</title>
    <link>/svnpz/20080308/252.html</link>
    <description>即使你的团队只有你一个人，你的项目只需一周的时间；即使那是'用过就扔'的原型；即使你的工作并非源码；确保每样东西都处在源码控制之下--文档、电话号码表、给供应商的备忘录、makefile、构建与发布流程、烧制CD 的shell 脚本--每样东西。 （《程序员修练之道》）。</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion版本管理器简单配置说明</title>
    <link>/svnpz/20080308/251.html</link>
    <description>Subversion版本管理器简单配置说明，没地方放了，应该属于服务器搭建之类的分类的，可是论坛里现在还没有这样的版块，所以就先放在这里了。 一、Subversion的下载与安装 Subversion的官方网站： http://subversion.tigris.org/ 可以在官方网站上下载Subversion的最新版</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Java 项目中应用Subversion配置与管理</title>
    <link>/svnpz/20080308/250.html</link>
    <description>Java 企业级项目中应用Subversion的配置与管理 --JavaSVN + Subversion跟踪数据变化历史 译者：陈海青(http://www.chq.name) 企业最重要的资产应该是数据信息，但现在的企业应用除了需要存储数据外，还经常要求跟踪数据变化整个过程，并会扩展到一系列相关的要求，如数</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE综合 svn配置手记</title>
    <link>/svnpz/20080308/249.html</link>
    <description>以前公司的服务器都有专人在配置，现在轮到我了。。。虽然不懂LINUX，不懂APACHEMODULE，不懂SSL。好些东西都是第一次，但不要紧，有专业的基础知识压底，再加上网络这个巨大宝库，相信能搞定。 虽然网络上有相关文章，但我试了十几篇都没有一篇文章能够完全配置正确。</description>
    <pubDate>2008-03-08</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn://访问版本库的配置方式</title>
    <link>/svnpz/20080307/248.html</link>
    <description>该 配置 是在Windows操作系统下完成的. SVN 相关软件版本: SVN 的版本 : svn -1.4.2 Tortoise SVN 版本: Tortoise SVN -1.3.5.6804 搭建 SVN 服务器步骤: 1.安装 SVN ,和Tortoise SVN . 2.创建一个库，选择你要将 SVN 创建在的目录.例如在D：/ SVN /TEST目录下，右击鼠</description>
    <pubDate>2008-03-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn简单配置及使用教程！</title>
    <link>/svnpz/20080307/247.html</link>
    <description>关于svn的使用必要性，相信大家在我的建议帖中已经了解了，现在就介绍下怎样简单配置一个svn服务器，进行团队协作，在介绍之前，请大家先去svn中文站（ http://www.subversion.org.cn/ ）去了解下svn的工作原理和使用手册，包括Tortoise SVN（win下的svn客户端软件）使</description>
    <pubDate>2008-03-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion安装与配置(Windows)</title>
    <link>/svnpz/20080307/246.html</link>
    <description>一、 环境 操作系统Windows2000 Professional 二、 下载 1． Subversion http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 下载最新版，我下的是svn-1.1.2-setup-en-2.exe 2． 客户端软件TortoiseSVN http://tortoisesvn.tigris.org 下载最新版</description>
    <pubDate>2008-03-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在 Windows 上使用 Apache 2 配置 Subversion 服务器</title>
    <link>/svnpz/20080307/245.html</link>
    <description>昨天把 Subversion 的服务器端配置好了，发现有些指南存在一些问题，有的甚至会误导人。 下面把我的安装过程写一下，不一定完全正确，但保证可以马上运行起来。 1. 安装 Apache 如果还未安装 Apache，先安装。注意版本只能是 2.x 的，mod_dav_svn 模块不支持2.2。 2.</description>
    <pubDate>2008-03-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>在linux下安装配置svn独立服务器</title>
    <link>/svnpz/20080307/244.html</link>
    <description>subversion (以下简称 svn )是近年来崛起的版本管理工具，是cvs的接班人。 svn服务器有2种运行方式： 独立服务器 和 借助apache 。2种方式各有利弊。 svn存储版本数据也有2种方式： BDB 和 FSFS 。因为BDB方式在服务器中断时，有可能锁住数据（我在搞ldap时就深受其害</description>
    <pubDate>2008-03-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Linux环境下配置同步更新的SVN服务器</title>
    <link>/svnpz/20080307/243.html</link>
    <description>Linux环境下配置同步更新的SVN服务器 先搭建环境 Linux版本选择Centos5.0 #yum update #yum -y install gcc #yum -y install httpd #yum install mod_dav_svn subversionDependencies Resolved 初期配置 我选择的是以HTTP方式实现SVN功能 cd /etc/httpd/conf.d/ vi sub</description>
    <pubDate>2008-03-07</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn log — 显示提交日志信息</title>
    <link>/svnpz/20080306/242.html</link>
    <description>SVN日志显示的提交，参数的设置应该是从这个角度做的~ 名称 svn log 显示提交日志信息。 概要 svn log [PATH] svn log URL [PATH...] 描述 缺省目标是你的当前目录的路径，如果没有提供参数，svn log会显示当前目录下的所有文件和目录的日志信息，你可以通过指定路径来</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn merge — 应用两组源文件的差别到工作拷贝路径</title>
    <link>/svnpz/20080306/241.html</link>
    <description>SVN的拷贝 是一种比较有技巧的简单问题，大家在平时的使用过程中有更好的方式希望能够提供出来，供我们大家共同交流讨论 名称 svn merge 应用两组源文件的差别到工作拷贝路径。 概要 svn merge sourceURL1[@N] sourceURL2[@M] [WCPATH] svn merge sourceWCPATH1@N sour</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn mkdir — 创建一个纳入版本控制的新目录</title>
    <link>/svnpz/20080306/240.html</link>
    <description>创建新目录的问题，基本操作如下，希望大家个点建议 名称 svn mkdir 创建一个纳入版本控制的新目录。 概要 svn mkdir PATH... svn mkdir URL... 描述 创建一个目录，名字是提供的PATH或者URL的最后一部分，工作拷贝PATH指定的目录会预定要添加，而通过URL指定的目录会</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn move — 移动一个文件或目录</title>
    <link>/svnpz/20080306/239.html</link>
    <description>SVNmove的移动问题讨论，如果有相关的问题可以同时提出来~或者有更好的，或者有对本文的疑点可以共同讨论 名称 svn move 移动一个文件或目录。 概要 svn move SRC DST 描述 这个命令移动文件或目录到你的工作拷贝或者是版本库。 提示 这个命令同svn copy加一个svn dele</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn propdel — 删除一个项目的一个属性</title>
    <link>/svnpz/20080306/238.html</link>
    <description>名称 svn propdel 删除一个项目的一个属性。 概要 svn propdel PROPNAME [PATH...] svn propdel PROPNAME --revprop -r REV [URL] 描述 这会删除文件、目录或修订版本的属性。第一种形式是在工作拷贝删除版本化属性，第二种是在一个版本库修订版本中删除未版本化的属性</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svn propedit — 修改一个或多个版本控制之下文件的属性</title>
    <link>/svnpz/20080306/237.html</link>
    <description>名称 svn propedit 修改一个或多个版本控制之下文件的属性。 概要 svn propedit PROPNAME PATH... svn propedit PROPNAME --revprop -r REV [URL] 描述 使用喜欢的编辑器编辑一个或多个属性，第一种形式是在工作拷贝编辑版本化的属性，第二种形式是远程编辑未版本化的版</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svnadmin load — 从标准输出读取“转储文件”格式流</title>
    <link>/svnpz/20080306/236.html</link>
    <description>名称 svnadmin load 从标准输出读取转储文件格式流。 概要 svnadmin load REPOS_PATH 描述 从标准输出读取转储文件格式流，提交新的修订版本到版本库文件系统，发送进展反馈到标准输出。 选项 --quiet (-q) --ignore-uuid --force-uuid --use-pre-commit-hook --use-pos</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svnadmin recover — 将版本库数据库恢复到稳定状态</title>
    <link>/svnpz/20080306/235.html</link>
    <description>svnadmin recover 将版本库数据库恢复到稳定状态（只有在版本库使用bdb作为后端时使用），此外，如果repos/conf/passwd不存在，它会创建一个默认的密码文件。 概要 svnadmin recover REPOS_PATH 描述 在你得到的错误说明你需要恢复版本库时运行这个命令。 选项 --wait</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion版本库svnserve选项</title>
    <link>/svnpz/20080306/234.html</link>
    <description>svnserve允许Subversion版本库使用svn网络协议，你可以作为独立服务器进程运行svnserve，或者是使用其它进程，如inetd、xinetd或sshd为你启动进程。 一旦客户端已经选择了一个版本库来传递它的URL，svnserve会读取版本库目录的conf/svnserve.conf文件，来检测版本库特定</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>svnversion — 总结工作拷贝的本地修订版本</title>
    <link>/svnpz/20080306/232.html</link>
    <description>名称 svnversion 总结工作拷贝的本地修订版本。 概要 svnversion [OPTIONS] WC_PATH [TRAIL_URL] 描述 svnversion是用来总结工作拷贝修订版本混合的程序，结果修订版本号或范围会写到标准输出。 如果提供TRAIL_URL，URL的尾端部分用来监测是否WC_PATH本身已经跳转（监测</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Apache通过Apache HTTP服务器用来维护Subversion版本库配置</title>
    <link>/svnpz/20080306/231.html</link>
    <description>名称 mod_dav_svn Configuration Directives Apache通过Apache HTTP服务器用来维护Subversion版本库配置指示。 描述 这个小节主要描述了Subversion Apache配置的每个指示，关于Apache配置Subversion的更多信息见httpd，Apache的HTTP服务器一节。 指示 DAV svn 这个指示</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion定义的属性 — 由Subversion定义，用来控制行为方式的属性</title>
    <link>/svnpz/20080306/230.html</link>
    <description>Subversion定义的属性 由Subversion定义，用来控制行为方式的属性。 描述 Subversion允许用户在文件或目录上发明任意名称的版本化属性和非版本化属性，唯一的限制就是svn:是Subversion本身的保留前缀，用户可以设置这些属性来改变Subversion的行为方式，用户不能发明新</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion对于CVS用户 - 冲突解决</title>
    <link>/svnpz/20080306/229.html</link>
    <description>CVS使用内联冲突标志来标记冲突，并且在更新时打印C。历史上讲，这导致了许多问题，因为CVS做得还不够。许多用户在它们快速闪过终端时忘记（或没有看到）C，即使出现了冲突标记，他们也经常忘记，然后提交了带有冲突标记的文件。 Subversion通过让冲突更明显来解决这个</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Subversion对于CVS用户 - 二进制文件和转化</title>
    <link>/svnpz/20080306/228.html</link>
    <description>在大多数情况下，Subversion比CVS更好的处理二进制文件，因为CVS使用RCS，它只可以存储二进制文件的完整拷贝，但是，Subversion使用二进制区别算法来表示文件的区别，而不管文件是文本文件还是二进制文件。这意味着所有的文件是以微分的（压缩的）形式存放在版本库。 CV</description>
    <pubDate>2008-03-06</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>405 Method Not Allowed的原因和解决方法</title>
    <link>/svnpz/20080305/227.html</link>
    <description>用TortoiseSVN访问基于apache配置的svn版本库时，有时候会提示错误405 Method Not Allowed，查看apache error log时又有什么200 OK。 今天早上我也碰到这个问题了，后来发现，事情原来是这样的： 开始用TSVN checkout了一个正常的目录，之后，服务器经过其它配置，这个</description>
    <pubDate>2008-03-05</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>'目标机器积极拒绝，无法连接'或Can't connect to host的原因</title>
    <link>/svnpz/20080305/226.html</link>
    <description>作者:PCPlayer 当出现'目标机器积极拒绝，无法连接'或svn: Can't connect to host ...时，请依次检查下面各项 1，服务器有没有运行，有没有打开相应端口 如果服务器是svnserve，检查有没有运行svnserve，有没有打开3690端口 如果服务器是apache，检查apahce是否运行，</description>
    <pubDate>2008-03-05</pubDate>
    <category>SVN配置</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>将库分布到不同的分区上</title>
    <link>/svnpz/20080305/225.html</link>
    <description>作者： guiwenpeng 来自：我用Subversion ( http://www.iusesvn.com ) 情况 ：在四个分区上建立的库 c:/SVN_01、 D:/SV