<?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 clone vs Git submodule</title>
	<atom:link href="http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/feed" rel="self" type="application/rss+xml" />
	<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html</link>
	<description>Software Architect at Sencha, making Ext JS awesome</description>
	<lastBuildDate>Sun, 05 Sep 2010 10:25:17 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Zazaian</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-75</link>
		<dc:creator>Mike Zazaian</dc:creator>
		<pubDate>Mon, 31 Aug 2009 05:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-75</guid>
		<description>Thanks for the great tutorial!  Here&#039;s another article about submodules that extends a little bit on this functionality:&lt;br /&gt;&lt;br /&gt;http://doblock.com/articles/using-git-submodules-to-manage-plugins-in-rails</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial!  Here&#39;s another article about submodules that extends a little bit on this functionality:</p>
<p><a href="http://doblock.com/articles/using-git-submodules-to-manage-plugins-in-rails" rel="nofollow">http://doblock.com/articles/using-git-submodules-to-manage-plugins-in-rails</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-49</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 20 Jun 2009 14:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-49</guid>
		<description>git submodules are handy.  So is git-svn.  Can the two play nice or do you need an intermediate&lt;br /&gt;git-svn repository?&lt;br /&gt;&lt;br /&gt;i.e. I&#039;m running a git project A.  I want to track an external project, a django plugin say, as a submodule of A.  But that external project uses svn repo X. Do I need to make a git repo B that tracks X with git-svn, then track B as a submodule of A, or can I track X in A without an explicit repo B ?</description>
		<content:encoded><![CDATA[<p>git submodules are handy.  So is git-svn.  Can the two play nice or do you need an intermediate<br />git-svn repository?</p>
<p>i.e. I&#39;m running a git project A.  I want to track an external project, a django plugin say, as a submodule of A.  But that external project uses svn repo X. Do I need to make a git repo B that tracks X with git-svn, then track B as a submodule of A, or can I track X in A without an explicit repo B ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Spencer</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-39</link>
		<dc:creator>Edward Spencer</dc:creator>
		<pubDate>Thu, 09 Apr 2009 18:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-39</guid>
		<description>@Anonymous yes that&#039;s correct - cd into the submodule&#039;s directory and do a git pull.  You&#039;ll then need to cd into your main repo&#039;s directory, add your changes using git add, commit and push.&lt;br/&gt;&lt;br/&gt;When someone else pulls next, they can run git submodule update which will update their submodules to the version you just pulled.&lt;br/&gt;&lt;br/&gt;If you had added a new submodule, the other person would need to run git submodule init again before git submodule update.</description>
		<content:encoded><![CDATA[<p>@Anonymous yes that&#8217;s correct &#8211; cd into the submodule&#8217;s directory and do a git pull.  You&#8217;ll then need to cd into your main repo&#8217;s directory, add your changes using git add, commit and push.</p>
<p>When someone else pulls next, they can run git submodule update which will update their submodules to the version you just pulled.</p>
<p>If you had added a new submodule, the other person would need to run git submodule init again before git submodule update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-38</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 09 Apr 2009 18:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-38</guid>
		<description>Thanks for posting this... so now if you want to update the submodules to newer revs, do I simply do a &#039;git pull&#039; in them and then commit in the super-tree to get new refs for them stored in the index?</description>
		<content:encoded><![CDATA[<p>Thanks for posting this&#8230; so now if you want to update the submodules to newer revs, do I simply do a &#8216;git pull&#8217; in them and then commit in the super-tree to get new refs for them stored in the index?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: falker911</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-33</link>
		<dc:creator>falker911</dc:creator>
		<pubDate>Wed, 04 Mar 2009 09:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-33</guid>
		<description>Thanks for the article.</description>
		<content:encoded><![CDATA[<p>Thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Spencer</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-26</link>
		<dc:creator>Edward Spencer</dc:creator>
		<pubDate>Fri, 09 Jan 2009 01:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-26</guid>
		<description>@Matt glad it helped :)&lt;br/&gt;&lt;br/&gt;@kain clone is the default way of checking out a repository instance but submodule does a fairly similar thing.  I guess I thought that too obvious to mention what clone does and just concentrate on the differences.  Sorry about that, does it make more sense now?</description>
		<content:encoded><![CDATA[<p>@Matt glad it helped <img src='http://edspencer.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@kain clone is the default way of checking out a repository instance but submodule does a fairly similar thing.  I guess I thought that too obvious to mention what clone does and just concentrate on the differences.  Sorry about that, does it make more sense now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kain</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-15</link>
		<dc:creator>kain</dc:creator>
		<pubDate>Wed, 24 Sep 2008 18:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-15</guid>
		<description>and where&#039;s the &quot;vs&quot; git clone in this article?</description>
		<content:encoded><![CDATA[<p>and where&#8217;s the &#8220;vs&#8221; git clone in this article?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Jones</title>
		<link>http://edspencer.net/2008/04/git-clone-vs-git-submodule.html/comment-page-1#comment-6</link>
		<dc:creator>Matt Jones</dc:creator>
		<pubDate>Thu, 22 May 2008 02:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=5#comment-6</guid>
		<description>Great post!  This really helped out a lot in understanding how to migrate to git from svn.  I had been using svn:externals, and the git submodule approach does seem a lot better!</description>
		<content:encoded><![CDATA[<p>Great post!  This really helped out a lot in understanding how to migrate to git from svn.  I had been using svn:externals, and the git submodule approach does seem a lot better!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
