<?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: Using Git for Ruby/JRuby development</title>
	<atom:link href="http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/</link>
	<description>Programming, Web and all things Computer.</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:48:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Hades Blag: Git Is Your Friend not a Foe Vol. 1: Distributed</title>
		<link>http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/comment-page-1/#comment-42021</link>
		<dc:creator>Hades Blag: Git Is Your Friend not a Foe Vol. 1: Distributed</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/#comment-42021</guid>
		<description>[...] so that increase should not hurt you. In fact, the whole Git repository (with full project history) is known to take less space than an SVN checkout. And SVN&#8217;s checkout process is so inefficient, that for most projects Git clone takes less [...]</description>
		<content:encoded><![CDATA[<p>[...] so that increase should not hurt you. In fact, the whole Git repository (with full project history) is known to take less space than an SVN checkout. And SVN&#8217;s checkout process is so inefficient, that for most projects Git clone takes less [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Full Git Clone of JRuby Repository - The Empty Way</title>
		<link>http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/comment-page-1/#comment-7940</link>
		<dc:creator>Full Git Clone of JRuby Repository - The Empty Way</dc:creator>
		<pubDate>Sat, 21 Jun 2008 17:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/#comment-7940</guid>
		<description>[...] This repository has all the tags and most branches. As with Matz Ruby repo, it is being updated hourly. Personally, I find Git much more convenient to work with, especially when I don&#8217;t have commit rights to the repository, but still can make local patch queues and local branches. See my earlier entry on the topic: &#8220;Using Git for Ruby/JRuby development&#8220;. [...]</description>
		<content:encoded><![CDATA[<p>[...] This repository has all the tags and most branches. As with Matz Ruby repo, it is being updated hourly. Personally, I find Git much more convenient to work with, especially when I don&#8217;t have commit rights to the repository, but still can make local patch queues and local branches. See my earlier entry on the topic: &#8220;Using Git for Ruby/JRuby development&#8220;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Full Git Clone of Matz Ruby Subversion Repository - The Empty Way</title>
		<link>http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/comment-page-1/#comment-7913</link>
		<dc:creator>Full Git Clone of Matz Ruby Subversion Repository - The Empty Way</dc:creator>
		<pubDate>Thu, 19 Jun 2008 10:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/#comment-7913</guid>
		<description>[...] to have a full git clone of Matz Ruby Subversion repository for a while. In fact, I&#8217;ve been using a private git clone for a few months already, and really like the speed of switching between branches and immediate history search. This all [...]</description>
		<content:encoded><![CDATA[<p>[...] to have a full git clone of Matz Ruby Subversion repository for a while. In fact, I&#8217;ve been using a private git clone for a few months already, and really like the speed of switching between branches and immediate history search. This all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links about Git &#171; Linux Sagas</title>
		<link>http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/comment-page-1/#comment-6856</link>
		<dc:creator>Links about Git &#171; Linux Sagas</dc:creator>
		<pubDate>Fri, 04 Apr 2008 11:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/#comment-6856</guid>
		<description>[...] Using git for JRuby [...]</description>
		<content:encoded><![CDATA[<p>[...] Using git for JRuby [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Sizikov</title>
		<link>http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/comment-page-1/#comment-6769</link>
		<dc:creator>Vladimir Sizikov</dc:creator>
		<pubDate>Mon, 31 Mar 2008 21:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/#comment-6769</guid>
		<description>Pieter, nice! :) Yeah, that archived repository in the post is not even a bare repository, so it adds quite a bit to the size.</description>
		<content:encoded><![CDATA[<p>Pieter, nice! <img src='http://blog.emptyway.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Yeah, that archived repository in the post is not even a bare repository, so it adds quite a bit to the size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter de Bie</title>
		<link>http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/comment-page-1/#comment-6768</link>
		<dc:creator>Pieter de Bie</dc:creator>
		<pubDate>Mon, 31 Mar 2008 20:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/03/31/using-git-for-rubyjruby-development/#comment-6768</guid>
		<description>If you repack the Ruby repo more tightly, and use a more recent version of git-svn, the repository is only 29MB :)</description>
		<content:encoded><![CDATA[<p>If you repack the Ruby repo more tightly, and use a more recent version of git-svn, the repository is only 29MB <img src='http://blog.emptyway.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
