<?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: Quicktip: Exporting from a bare Git repository</title>
	<atom:link href="http://cakebaker.42dh.com/2009/08/06/quicktip-exporting-from-a-bare-git-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/08/06/quicktip-exporting-from-a-bare-git-repository/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/08/06/quicktip-exporting-from-a-bare-git-repository/comment-page-1/#comment-134215</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 07 Aug 2009 15:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1228#comment-134215</guid>
		<description>@Dieter, Silver Knight: Thanks for your comments!

@Dieter: I don&#039;t think I have to care much about cpu cycles, my repos are not that big ;-)  But you are right, using &#039;clone&#039; and then removing the &#039;.git&#039; directory is a good alternative.</description>
		<content:encoded><![CDATA[<p>@Dieter, Silver Knight: Thanks for your comments!</p>
<p>@Dieter: I don&#8217;t think I have to care much about cpu cycles, my repos are not that big ;-)  But you are right, using &#8216;clone&#8217; and then removing the &#8216;.git&#8217; directory is a good alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silver Knight</title>
		<link>http://cakebaker.42dh.com/2009/08/06/quicktip-exporting-from-a-bare-git-repository/comment-page-1/#comment-134173</link>
		<dc:creator>Silver Knight</dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1228#comment-134173</guid>
		<description>Re: &quot;I hope this is useful for some of you!&quot;

Actually, this was indeed useful for me, insofar as I had completely forgotten about the existence of the &#039;git archive&#039; command.  i agree with Dieter about just cloning and removing the .git folder to keep things simple and fast, but I gotta admit that &#039;git archive&#039; is a useful tool and I appreciate being reminded about it.  ;)</description>
		<content:encoded><![CDATA[<p>Re: &#8220;I hope this is useful for some of you!&#8221;</p>
<p>Actually, this was indeed useful for me, insofar as I had completely forgotten about the existence of the &#8216;git archive&#8217; command.  i agree with Dieter about just cloning and removing the .git folder to keep things simple and fast, but I gotta admit that &#8216;git archive&#8217; is a useful tool and I appreciate being reminded about it.  ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter_be</title>
		<link>http://cakebaker.42dh.com/2009/08/06/quicktip-exporting-from-a-bare-git-repository/comment-page-1/#comment-134163</link>
		<dc:creator>Dieter_be</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1228#comment-134163</guid>
		<description>Seems like a waste of cpu cycles to me.
Why not just clone, and if you really don&#039;t want the &#039;.git&#039; directory, just remove it?
or if you already have it checked out, cp &amp;&amp; rm -rf .git
keep it simple ;)

Dieter</description>
		<content:encoded><![CDATA[<p>Seems like a waste of cpu cycles to me.<br />
Why not just clone, and if you really don&#8217;t want the &#8216;.git&#8217; directory, just remove it?<br />
or if you already have it checked out, cp &amp;&amp; rm -rf .git<br />
keep it simple ;)</p>
<p>Dieter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

