<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>「[翻譯]Git 與 Mercurial 的分析」的迴響</title>
	<atom:link href="http://blog.twpug.org/416/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.twpug.org/416</link>
	<description>Somebody in Taiwan PHP User Group</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:49:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>作者：links for 2010-08-06 &#171; Yesure</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-1156</link>
		<dc:creator>links for 2010-08-06 &#171; Yesure</dc:creator>
		<pubDate>Sat, 07 Aug 2010 01:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-1156</guid>
		<description>[...] [翻譯]Git 與 Mercurial 的分析 « TWPUG::Kiang [翻譯]Git 與 Mercurial 的分析 [...]</description>
		<content:encoded><![CDATA[<p>[...] [翻譯]Git 與 Mercurial 的分析 « TWPUG::Kiang [翻譯]Git 與 Mercurial 的分析 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：放弃SVN，选择DVCS &#124; 淡笔留痕</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-996</link>
		<dc:creator>放弃SVN，选择DVCS &#124; 淡笔留痕</dc:creator>
		<pubDate>Sun, 27 Jun 2010 17:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-996</guid>
		<description>[...] Git 與 Mercurial 的分析    学习      You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.   Qt那点事&#171; [...]</description>
		<content:encoded><![CDATA[<p>[...] Git 與 Mercurial 的分析    学习      You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.   Qt那点事&laquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：分布式版本控制系统——Mercurial &#171; Beyond the Void</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-968</link>
		<dc:creator>分布式版本控制系统——Mercurial &#171; Beyond the Void</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-968</guid>
		<description>[...] 很高兴能够看到Google Code开始支持分布式版本控制工具了，但至于Google为什么选择了Mercurial而不是Git，有一篇文章介绍Git 與 Mercurial 的分析。说了这么多，到底怎么在Google Code上用Mercurial呢？我的项目已经有SVN作为管理工具了，首先要解决的问题是把SVN上面原有的代码移植到Mercurial上，当然简单的方法是把最新的版本直接提交到Mercurial版本库，但我想要留下SVN上所有的版本提交记录，这里有一篇文章讲得很好 在Google Code上用 Mercurial 取代 Subversion 管理你的项目&#8221; 。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 很高兴能够看到Google Code开始支持分布式版本控制工具了，但至于Google为什么选择了Mercurial而不是Git，有一篇文章介绍Git 與 Mercurial 的分析。说了这么多，到底怎么在Google Code上用Mercurial呢？我的项目已经有SVN作为管理工具了，首先要解决的问题是把SVN上面原有的代码移植到Mercurial上，当然简单的方法是把最新的版本直接提交到Mercurial版本库，但我想要留下SVN上所有的版本提交记录，这里有一篇文章讲得很好 在Google Code上用 Mercurial 取代 Subversion 管理你的项目&#8221; 。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：BYVoid</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-967</link>
		<dc:creator>BYVoid</dc:creator>
		<pubDate>Fri, 18 Jun 2010 06:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-967</guid>
		<description>感謝您的翻譯。</description>
		<content:encoded><![CDATA[<p>感謝您的翻譯。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：在Google Code上用 Mercurial 取代 Subversion 管理你的项目 - Leeiio Chaos Made.</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-844</link>
		<dc:creator>在Google Code上用 Mercurial 取代 Subversion 管理你的项目 - Leeiio Chaos Made.</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-844</guid>
		<description>[...] 接下来回到本文的正题。本文的起因是Google Code在早前除了支持SVN托管代码外，更支持了分布式版本控制Mercurial(Hg)来管理你托管在Google Code上的项目。至于Google为什么在这么多种的分布式版本控制工具中选择了Mercurial而不是Git，这里有一篇文章，推荐阅读一下《Git 與 Mercurial 的分析》，原文《Analysis of Git and Mercurial》。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 接下来回到本文的正题。本文的起因是Google Code在早前除了支持SVN托管代码外，更支持了分布式版本控制Mercurial(Hg)来管理你托管在Google Code上的项目。至于Google为什么在这么多种的分布式版本控制工具中选择了Mercurial而不是Git，这里有一篇文章，推荐阅读一下《Git 與 Mercurial 的分析》，原文《Analysis of Git and Mercurial》。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：c9s</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-821</link>
		<dc:creator>c9s</dc:creator>
		<pubDate>Wed, 24 Feb 2010 03:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-821</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kiang</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-812</link>
		<dc:creator>kiang</dc:creator>
		<pubDate>Sun, 21 Feb 2010 12:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-812</guid>
		<description>我只是個使用者，對於兩個的差異並沒有很深入的了解，不過如果願意，歡迎在這個討論區交流相關的問題：
http://twpug.net/modules/newbb/viewforum.php?forum=40</description>
		<content:encoded><![CDATA[<p>我只是個使用者，對於兩個的差異並沒有很深入的了解，不過如果願意，歡迎在這個討論區交流相關的問題：<br />
<a href="http://twpug.net/modules/newbb/viewforum.php?forum=40" rel="nofollow">http://twpug.net/modules/newbb/viewforum.php?forum=40</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Jennal</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-811</link>
		<dc:creator>Jennal</dc:creator>
		<pubDate>Sun, 21 Feb 2010 08:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-811</guid>
		<description>不是很懂，留个名字</description>
		<content:encoded><![CDATA[<p>不是很懂，留个名字</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：TortoiseHg 设置语言成中文 &#124; 走走停停看看</title>
		<link>http://blog.twpug.org/416/comment-page-1#comment-803</link>
		<dc:creator>TortoiseHg 设置语言成中文 &#124; 走走停停看看</dc:creator>
		<pubDate>Sun, 07 Feb 2010 10:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twpug.org/?p=416#comment-803</guid>
		<description>[...] google 专门撰写了文章分析了为何选择使用hg而不是git， 翻译的可以看这篇 [翻譯]Git 與 Mercurial 的分析 [...]</description>
		<content:encoded><![CDATA[<p>[...] google 专门撰写了文章分析了为何选择使用hg而不是git， 翻译的可以看这篇 [翻譯]Git 與 Mercurial 的分析 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
