<?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: github and submodule weirdness</title>
	<atom:link href="http://disjointthoughts.com/2009/12/08/github-and-submodule-weirdness/feed/" rel="self" type="application/rss+xml" />
	<link>http://disjointthoughts.com/2009/12/08/github-and-submodule-weirdness/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 14:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: spiderbit</title>
		<link>http://disjointthoughts.com/2009/12/08/github-and-submodule-weirdness/comment-page-1/#comment-20696</link>
		<dc:creator>spiderbit</dc:creator>
		<pubDate>Wed, 07 Apr 2010 15:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=504#comment-20696</guid>
		<description>Hmm it would work if you update your submodule with a additional command (or 2)

after:
 &gt; git pull

you have to type
 &gt; git submodule init
 &gt; git submodule update

then your submodule(s) are checkout out in the revision you had used on your lokal ref.

if you want to use a newer  version of the plugin (your submodule) you have to update first your submodule and then ci that in your superproject.
 &gt; cd 
 &gt; git pull
 &gt; cd ../..
 &gt; git add ...
 &gt; git push</description>
		<content:encoded><![CDATA[<p>Hmm it would work if you update your submodule with a additional command (or 2)</p>
<p>after:<br />
 &gt; git pull</p>
<p>you have to type<br />
 &gt; git submodule init<br />
 &gt; git submodule update</p>
<p>then your submodule(s) are checkout out in the revision you had used on your lokal ref.</p>
<p>if you want to use a newer  version of the plugin (your submodule) you have to update first your submodule and then ci that in your superproject.<br />
 &gt; cd<br />
 &gt; git pull<br />
 &gt; cd ../..<br />
 &gt; git add &#8230;<br />
 &gt; git push</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://disjointthoughts.com/2009/12/08/github-and-submodule-weirdness/comment-page-1/#comment-11387</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=504#comment-11387</guid>
		<description>Yeh... I think submodules (even if they worked) would be bad juju anyway.

I haven&#039;t used clearance yet. I&#039;ve used Auth Logic the project before last though, that was pretty easy.</description>
		<content:encoded><![CDATA[<p>Yeh&#8230; I think submodules (even if they worked) would be bad juju anyway.</p>
<p>I haven&#8217;t used clearance yet. I&#8217;ve used Auth Logic the project before last though, that was pretty easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Chung</title>
		<link>http://disjointthoughts.com/2009/12/08/github-and-submodule-weirdness/comment-page-1/#comment-11371</link>
		<dc:creator>Marc Chung</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=504#comment-11371</guid>
		<description>Don&#039;t use the command listed in the install documentation. Instead, use `script/plugin`, like so:

./script/plugin install git://github.com/technoweenie/restful-authentication.git

Also, have you checked out Thoughtbot&#039;s clearance gem?</description>
		<content:encoded><![CDATA[<p>Don&#8217;t use the command listed in the install documentation. Instead, use `script/plugin`, like so:</p>
<p>./script/plugin install git://github.com/technoweenie/restful-authentication.git</p>
<p>Also, have you checked out Thoughtbot&#8217;s clearance gem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

