<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>纯月部落 - 配置管理</title><link>http://blog.csdn.net/danny_xcz/category/47443.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 06 Dec 2007 08:16:17 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>纯月</dc:creator><title>并行版本控制的好帮手--WinMerge</title><link>http://blog.csdn.net/danny_xcz/archive/2006/09/20/1252132.aspx</link><pubDate>Wed, 20 Sep 2006 08:17:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2006/09/20/1252132.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1252132.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2006/09/20/1252132.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1252132.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1252132</trackback:ping><description>项目开发中最长遇到的问题就是需要并行版本控制，比如一个产品分为个人版和企业版。那么其中某一个版本修改的时候，一些关键的修改也要合并到企业版里面。 还有诸如你的产品对于不同的客户都有一些定制的修改，而一些关键的修改您又希望能同步到主办本里面，这时候，你就需要一个文件/目录比对器。

WinMerge就是这样一个文件目录比对器，它是完全免费的，您可以从www.sf.net上下载它。使用起来非常方便，不过有几点需要注意。

1 过滤器的设定，你可以为自己的项目定义一个过滤器

def: include

d: \.php$ ## Filter for filename 这里是需要比对的文件名
d: \.html$

d: \\attachment$   ##这里是不需要比对的，要跳过文件夹，这个地方很奇怪，但就是排除的意思
d: \\cache$
d: \\css$
d: \\docs$
d: \\htmlarea$
d: \\javascripts$
d: \\themes$
d: \\xajax$ 

2 比对完成后，Winmerge可以生成报表。&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1252132.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>恶补使用CVS进行配置管理</title><link>http://blog.csdn.net/danny_xcz/archive/2006/08/30/1144398.aspx</link><pubDate>Wed, 30 Aug 2006 15:36:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2006/08/30/1144398.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1144398.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2006/08/30/1144398.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1144398.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1144398</trackback:ping><description> 以wincvs1.3 为例, 其安装版就包括了 cvsnt 和 wincvs

1 按照向导安装wincvs，cvsnt
2 打开cvsnt控制面板，建立一个仓库
   Root: D:/
   Name: /ITS
3 在windows用户管理中，创建一个受限用户cvs/cvs
4 打开wincvs ，打开Admin-&gt;Login, 在CVSROOT中输入:pserver:cvs:cvs@localhost:/ITS
  登陆后出现提示
cvs -d :pserver:cvs:cvs@localhost:/ITS login 
Logging in to :pserver:cvs@localhost:2401:/ITS

***** CVS exited normally with code 0 *****
5 建立一个目录project，里面存放你准备初次导入cvs的项目文件，
  例如建立一个test.php文件
  将cvs的当前目录指向这个目录，或者指向其父目录并在左边树状菜单中选择该目录
6 打开Remote-&gt;Import按钮，会弹出一个&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1144398.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>Buildix 构建敏捷开发平台</title><link>http://blog.csdn.net/danny_xcz/archive/2006/07/08/893233.aspx</link><pubDate>Sat, 08 Jul 2006 13:07:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2006/07/08/893233.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/893233.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2006/07/08/893233.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/893233.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=893233</trackback:ping><description>持续集成 Continuous Integration, 源代码控制Source Control,  Wiki 和问题追踪器都是一个完备的敏捷开发项目的基础。没有上述任何一样东西，敏捷开发都是可笑的。 

Buildix 就是一个上述所有工具的集成包，使用它，你可以快速的搭建敏捷开发的环境。
&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/893233.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>免费的Maven 2 电子书下载</title><link>http://blog.csdn.net/danny_xcz/archive/2006/04/28/694407.aspx</link><pubDate>Fri, 28 Apr 2006 08:18:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2006/04/28/694407.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/694407.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2006/04/28/694407.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/694407.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=694407</trackback:ping><description>Better Builds with Maven

Better Builds with Maven 介绍了如何用Maven来管理软件开发中的编译，测试和发布周期。章节包括

An introduction to Maven 2.0 
Creating, compiling and packaging your first project 
Best practices and real-world examples 
Building J2EE Applications 
Extending builds by creating your own Maven plugins 
Monitoring the health of source code, testing, dependencies and releases 
Team collaboration and utilising Continuum for continuous integration 
Converting existing Ant builds to Maven
&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/694407.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>SVN安装和使用(新一代的CVS)</title><link>http://blog.csdn.net/danny_xcz/archive/2004/12/02/202474.aspx</link><pubDate>Thu, 02 Dec 2004 20:43:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2004/12/02/202474.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/202474.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2004/12/02/202474.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/202474.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=202474</trackback:ping><description>SVN安装和使用&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/202474.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>CruiseControl vs. Anthill Pro</title><link>http://blog.csdn.net/danny_xcz/archive/2004/09/28/119328.aspx</link><pubDate>Tue, 28 Sep 2004 11:53:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2004/09/28/119328.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/119328.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2004/09/28/119328.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/119328.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=119328</trackback:ping><description>开源的持续集成的工具主要有，CruiseControl， Anthill Pro， Gump等等，这篇文章将CC和AntHill做了对比&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/119328.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>