<?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>Comments on: Mercurial和Git的主要区别</title>
	<atom:link href="http://weavesky.com/2008/08/17/difference-between-mercurial-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://weavesky.com/2008/08/17/difference-between-mercurial-git/</link>
	<description></description>
	<lastBuildDate>Mon, 27 Feb 2012 03:53:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: YaoCl</title>
		<link>http://weavesky.com/2008/08/17/difference-between-mercurial-git/comment-page-1/#comment-169</link>
		<dc:creator>YaoCl</dc:creator>
		<pubDate>Fri, 09 Oct 2009 06:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/?p=550#comment-169</guid>
		<description>hgsvn 也可以提交到SVN了</description>
		<content:encoded><![CDATA[<p>hgsvn 也可以提交到SVN了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparkle</title>
		<link>http://weavesky.com/2008/08/17/difference-between-mercurial-git/comment-page-1/#comment-168</link>
		<dc:creator>Sparkle</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/?p=550#comment-168</guid>
		<description>mercurial现在支持分支，不过分支不能随便删除 :(
本地分支是通过插件实现的
总体来说，还是不如git

msysgit现在做的很不错，还有免安装包，解开就能用
TortoiseGit说实在话一般

如果什么时候msysgit支持git-svn就好了，不过应该比较难
因为git-svn依赖subversion和perl

TortoiseHG成品度高很多，我们已经在团队中使用了</description>
		<content:encoded><![CDATA[<p>mercurial现在支持分支，不过分支不能随便删除 <img src='http://weavesky.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
本地分支是通过插件实现的<br />
总体来说，还是不如git</p>
<p>msysgit现在做的很不错，还有免安装包，解开就能用<br />
TortoiseGit说实在话一般</p>
<p>如果什么时候msysgit支持git-svn就好了，不过应该比较难<br />
因为git-svn依赖subversion和perl</p>
<p>TortoiseHG成品度高很多，我们已经在团队中使用了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leric</title>
		<link>http://weavesky.com/2008/08/17/difference-between-mercurial-git/comment-page-1/#comment-167</link>
		<dc:creator>Leric</dc:creator>
		<pubDate>Fri, 26 Jun 2009 02:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/?p=550#comment-167</guid>
		<description>Mercurial分支的问题早就改变了，创建分支，在分之间切换和Git差不多一样方便，
另外Git的Windows客户端也有了极大的改进，TortoiseGit已经和TortoiseSVN一样好用了</description>
		<content:encoded><![CDATA[<p>Mercurial分支的问题早就改变了，创建分支，在分之间切换和Git差不多一样方便，<br />
另外Git的Windows客户端也有了极大的改进，TortoiseGit已经和TortoiseSVN一样好用了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fwolf</title>
		<link>http://weavesky.com/2008/08/17/difference-between-mercurial-git/comment-page-1/#comment-166</link>
		<dc:creator>Fwolf</dc:creator>
		<pubDate>Wed, 13 May 2009 12:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/?p=550#comment-166</guid>
		<description>看来说岔了,我说的是用svn作中转,最终以git为准,
rebase的时候总出问题,导致更新会一遍一遍的提交到git中,
很乱,不知道错在哪里也.</description>
		<content:encoded><![CDATA[<p>看来说岔了,我说的是用svn作中转,最终以git为准,<br />
rebase的时候总出问题,导致更新会一遍一遍的提交到git中,<br />
很乱,不知道错在哪里也.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparkle</title>
		<link>http://weavesky.com/2008/08/17/difference-between-mercurial-git/comment-page-1/#comment-165</link>
		<dc:creator>Sparkle</dc:creator>
		<pubDate>Sat, 25 Apr 2009 02:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/?p=550#comment-165</guid>
		<description>git-svn很好用啊，什么是多人混用的情况？多人git-svn，然后还私下git？这样的话，不如索性把svn弄掉然后大家都用git吧。我理解的是就算多人用git-svn，最后还是通过svn来交流的。另外，git-svn回传svn的时候，是应该用rebase的方式而不是merge的方式（是要把多分支拉回单分支）</description>
		<content:encoded><![CDATA[<p>git-svn很好用啊，什么是多人混用的情况？多人git-svn，然后还私下git？这样的话，不如索性把svn弄掉然后大家都用git吧。我理解的是就算多人用git-svn，最后还是通过svn来交流的。另外，git-svn回传svn的时候，是应该用rebase的方式而不是merge的方式（是要把多分支拉回单分支）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fwolf</title>
		<link>http://weavesky.com/2008/08/17/difference-between-mercurial-git/comment-page-1/#comment-164</link>
		<dc:creator>Fwolf</dc:creator>
		<pubDate>Sat, 04 Apr 2009 13:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/?p=550#comment-164</guid>
		<description>就我自己的体验，git-svn并不好用啊，尤其多人混用的情况，
被fast-forward搞得很乱。</description>
		<content:encoded><![CDATA[<p>就我自己的体验，git-svn并不好用啊，尤其多人混用的情况，<br />
被fast-forward搞得很乱。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

