<?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: git很好很强大</title>
	<atom:link href="http://www.robinlu.com/blog/archives/191/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robinlu.com/blog/archives/191</link>
	<description>Robin Lu's weblog</description>
	<pubDate>Mon, 15 Mar 2010 05:37:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bugx</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-56184</link>
		<dc:creator>bugx</dc:creator>
		<pubDate>Mon, 15 Sep 2008 04:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-56184</guid>
		<description>大家可以试试国内提供git服务的
http://www.githost.cn</description>
		<content:encoded><![CDATA[<p>大家可以试试国内提供git服务的<br />
<a href="http://www.githost.cn" rel="nofollow">http://www.githost.cn</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 枯の灵</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-51051</link>
		<dc:creator>枯の灵</dc:creator>
		<pubDate>Mon, 09 Jun 2008 01:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-51051</guid>
		<description>很感兴趣

观望中</description>
		<content:encoded><![CDATA[<p>很感兴趣</p>
<p>观望中</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stainless</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-47403</link>
		<dc:creator>stainless</dc:creator>
		<pubDate>Thu, 17 Apr 2008 11:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-47403</guid>
		<description>不过用git-svn访问需要密码认证的代码库还是没搞定</description>
		<content:encoded><![CDATA[<p>不过用git-svn访问需要密码认证的代码库还是没搞定</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stainless</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-47402</link>
		<dc:creator>stainless</dc:creator>
		<pubDate>Thu, 17 Apr 2008 11:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-47402</guid>
		<description>git-svn 要求svn安装时装上perl绑定

如果源码编译安装svn很麻烦的

我在tiger上没有搞定，搜索下载了个编译好的

把其中的perl绑定放到perl的lib目录就行了</description>
		<content:encoded><![CDATA[<p>git-svn 要求svn安装时装上perl绑定</p>
<p>如果源码编译安装svn很麻烦的</p>
<p>我在tiger上没有搞定，搜索下载了个编译好的</p>
<p>把其中的perl绑定放到perl的lib目录就行了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Lu</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-46760</link>
		<dc:creator>Robin Lu</dc:creator>
		<pubDate>Mon, 07 Apr 2008 04:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-46760</guid>
		<description>回Morgan，和svn比较的优点，可以再写一篇了，呵呵，下次再比较。软件支持方面，git本身带一个gui界面-gitk，我很少用gui界面，所以对我来说关系不大。各种ide的支持可能需要时间，mac下TextMate已经支持，用起来很方便。

回stainless，不知道你说的git-svn麻烦指什么方面？我现在就在用git-svn，还没碰到什么麻烦。</description>
		<content:encoded><![CDATA[<p>回Morgan，和svn比较的优点，可以再写一篇了，呵呵，下次再比较。软件支持方面，git本身带一个gui界面-gitk，我很少用gui界面，所以对我来说关系不大。各种ide的支持可能需要时间，mac下TextMate已经支持，用起来很方便。</p>
<p>回stainless，不知道你说的git-svn麻烦指什么方面？我现在就在用git-svn，还没碰到什么麻烦。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails代码的存储库从Subversion迁移到Git的思索 &#124; 越轨 :: REST On Rails</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-46672</link>
		<dc:creator>Rails代码的存储库从Subversion迁移到Git的思索 &#124; 越轨 :: REST On Rails</dc:creator>
		<pubDate>Sat, 05 Apr 2008 17:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-46672</guid>
		<description>[...] 目前，Git也获得越来越多国内开发者的认可，并在项目开发中尝试使用Git来进行源代码的版本控制管理工作。对于使用Git所带来的好处，国内的开发者Robin Lu在Blog中这样评价道： [...]</description>
		<content:encoded><![CDATA[<p>[...] 目前，Git也获得越来越多国内开发者的认可，并在项目开发中尝试使用Git来进行源代码的版本控制管理工作。对于使用Git所带来的好处，国内的开发者Robin Lu在Blog中这样评价道： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stainless</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-46663</link>
		<dc:creator>stainless</dc:creator>
		<pubDate>Sat, 05 Apr 2008 15:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-46663</guid>
		<description>git-svn弄起来比较麻烦的
svn的perl绑定不好弄</description>
		<content:encoded><![CDATA[<p>git-svn弄起来比较麻烦的<br />
svn的perl绑定不好弄</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 想酷就要勤</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-46566</link>
		<dc:creator>想酷就要勤</dc:creator>
		<pubDate>Fri, 04 Apr 2008 12:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-46566</guid>
		<description>现在好像是SVN用的最多了 呵呵</description>
		<content:encoded><![CDATA[<p>现在好像是SVN用的最多了 呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Cheng</title>
		<link>http://www.robinlu.com/blog/archives/191/comment-page-1#comment-46494</link>
		<dc:creator>Morgan Cheng</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinlu.com/blog/archives/191#comment-46494</guid>
		<description>和SVN相比有什么优点？
我在Windows下用SVN，相关Shell软件支持还不错，有何Windows Explorer结合的Tortoise SVN，Visual Studio也有Ankh SVN extension，不知道GIT有没有相关Shell。</description>
		<content:encoded><![CDATA[<p>和SVN相比有什么优点？<br />
我在Windows下用SVN，相关Shell软件支持还不错，有何Windows Explorer结合的Tortoise SVN，Visual Studio也有Ankh SVN extension，不知道GIT有没有相关Shell。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
