<?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"
	>
<channel>
	<title>Comments on: Git remote branches</title>
	<atom:link href="http://programblings.com/2008/06/23/git-remote-branches/feed/" rel="self" type="application/rss+xml" />
	<link>http://programblings.com/2008/06/23/git-remote-branches/</link>
	<description>Rambling about programming and life as a programmer - by Mathieu Martin</description>
	<pubDate>Fri, 21 Nov 2008 11:06:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Brian</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-686</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 06 Aug 2008 22:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-686</guid>
		<description>FYI that I was looking for basic information on git (googled "checking out git"), and you came up first! :)

Hope you are enjoying your summer thus far...</description>
		<content:encoded><![CDATA[<p>FYI that I was looking for basic information on git (googled &#8220;checking out git&#8221;), and you came up first! :)</p>
<p>Hope you are enjoying your summer thus far&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmat</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-324</link>
		<dc:creator>webmat</dc:creator>
		<pubDate>Fri, 11 Jul 2008 13:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-324</guid>
		<description>By the way, I can't believe I didn't suggest this long ago... Until the remote gem install is fixed, just clone the repo and install the gem from the rake task:
&lt;pre&gt;git clone git@github.com:webmat/git_remote_branch.git
cd git_remote_branch
rake gem:gem
sudo rake gem:install&lt;/pre&gt;
This gem works perfectly fine, that's the version I'm using :-)</description>
		<content:encoded><![CDATA[<p>By the way, I can&#8217;t believe I didn&#8217;t suggest this long ago&#8230; Until the remote gem install is fixed, just clone the repo and install the gem from the rake task:</p>
<pre>git clone <a href="mailto:git@github.com">git@github.com</a>:webmat/git_remote_branch.git
cd git_remote_branch
rake gem:gem
sudo rake gem:install</pre>
<p>This gem works perfectly fine, that&#8217;s the version I&#8217;m using :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmat</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-323</link>
		<dc:creator>webmat</dc:creator>
		<pubDate>Fri, 11 Jul 2008 13:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-323</guid>
		<description>@Brendan
Last time I checked, I seemed to have a new problem, in fact. It apparently had something to do with the usernames being prepended to the gem name. The bin file that's actually generated by rubygems in the public bin directory did
&lt;pre&gt;...
gem 'webmat-git_remote_branch', version
load 'grb'&lt;/pre&gt;
The load command failed.
This week-end I think I'll just post the gem to Rubyforge. This will make it easier until we figure out what the deal is.</description>
		<content:encoded><![CDATA[<p>@Brendan<br />
Last time I checked, I seemed to have a new problem, in fact. It apparently had something to do with the usernames being prepended to the gem name. The bin file that&#8217;s actually generated by rubygems in the public bin directory did</p>
<pre>...
gem 'webmat-git_remote_branch', version
load 'grb'</pre>
<p>The load command failed.<br />
This week-end I think I&#8217;ll just post the gem to Rubyforge. This will make it easier until we figure out what the deal is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Baldwin</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-320</link>
		<dc:creator>Brendan Baldwin</dc:creator>
		<pubDate>Thu, 10 Jul 2008 22:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-320</guid>
		<description>I'm having this problem with github myself.  It's like every bin file gets re-chmod'd from 755 to 733 -- perhaps there's a bug in github's gem builder?  Does anyone know whats up?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having this problem with github myself.  It&#8217;s like every bin file gets re-chmod&#8217;d from 755 to 733 &#8212; perhaps there&#8217;s a bug in github&#8217;s gem builder?  Does anyone know whats up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmat</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-276</link>
		<dc:creator>webmat</dc:creator>
		<pubDate>Sat, 28 Jun 2008 13:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-276</guid>
		<description>Thanks for mentioning it Ryan.

In fact I had a sneaking suspicion that this may be the case. Maybe due to Git itself or to GitHub. Although from what I can see, Git seems to have a correct 755 mode for the file. 

I've been extremely busy in the last few days and couldn't spent any significant amount of time trying to get to the bottom of it. I should have time to nail this down towards the middle of next week.

I also have the RubyForge project approved so this should simplify the installation greatly by having g_r_b on the default gem server and this may help me avoid the problems with GitHub's server (if it is due to it).</description>
		<content:encoded><![CDATA[<p>Thanks for mentioning it Ryan.</p>
<p>In fact I had a sneaking suspicion that this may be the case. Maybe due to Git itself or to GitHub. Although from what I can see, Git seems to have a correct 755 mode for the file. </p>
<p>I&#8217;ve been extremely busy in the last few days and couldn&#8217;t spent any significant amount of time trying to get to the bottom of it. I should have time to nail this down towards the middle of next week.</p>
<p>I also have the RubyForge project approved so this should simplify the installation greatly by having g_r_b on the default gem server and this may help me avoid the problems with GitHub&#8217;s server (if it is due to it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan McGeary</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-274</link>
		<dc:creator>Ryan McGeary</dc:creator>
		<pubDate>Sat, 28 Jun 2008 03:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-274</guid>
		<description>Webmat,  I've had this issue happen on other github gems.  I'm not sure if it's a github or rubygems 1.2 issue, but I don't think it's your fault,

For example, I had this same permission issue happen to the defunkt-github gem.</description>
		<content:encoded><![CDATA[<p>Webmat,  I&#8217;ve had this issue happen on other github gems.  I&#8217;m not sure if it&#8217;s a github or rubygems 1.2 issue, but I don&#8217;t think it&#8217;s your fault,</p>
<p>For example, I had this same permission issue happen to the defunkt-github gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmat</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-264</link>
		<dc:creator>webmat</dc:creator>
		<pubDate>Tue, 24 Jun 2008 14:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-264</guid>
		<description>Confirmed, it's crapping out on my other machine... I'll look at the rubygems' doc to see if I must do something else than registering it in 'executables'. You'd think that's enough :-)

I'll keep you posted!</description>
		<content:encoded><![CDATA[<p>Confirmed, it&#8217;s crapping out on my other machine&#8230; I&#8217;ll look at the rubygems&#8217; doc to see if I must do something else than registering it in &#8216;executables&#8217;. You&#8217;d think that&#8217;s enough :-)</p>
<p>I&#8217;ll keep you posted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan McGeary</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-263</link>
		<dc:creator>Ryan McGeary</dc:creator>
		<pubDate>Tue, 24 Jun 2008 13:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-263</guid>
		<description>Webmat,  Yes, I ran into the problem on OSX 10.5.3 with RubyGems 1.2.0.</description>
		<content:encoded><![CDATA[<p>Webmat,  Yes, I ran into the problem on OSX 10.5.3 with RubyGems 1.2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-262</link>
		<dc:creator>Micha</dc:creator>
		<pubDate>Tue, 24 Jun 2008 06:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-262</guid>
		<description>yup. for me, grb was not worl-readable, too.
rubygems 1.2.0 and leopards Ruby.framework
chmod'ing resolved the problem</description>
		<content:encoded><![CDATA[<p>yup. for me, grb was not worl-readable, too.<br />
rubygems 1.2.0 and leopards Ruby.framework<br />
chmod&#8217;ing resolved the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Labnotes &#187; Rounded Corners - 204 (Git Day)</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-261</link>
		<dc:creator>Labnotes &#187; Rounded Corners - 204 (Git Day)</dc:creator>
		<pubDate>Tue, 24 Jun 2008 03:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-261</guid>
		<description>[...] demystified. If you haven&#8217;t figured out Git remote branches yet (raises hand in shame), check out GRB.  A little command line utility for dealing specifically with GRB.  Hopefully this will show up [...]</description>
		<content:encoded><![CDATA[<p>[...] demystified. If you haven&#8217;t figured out Git remote branches yet (raises hand in shame), check out GRB.  A little command line utility for dealing specifically with GRB.  Hopefully this will show up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmat</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-260</link>
		<dc:creator>webmat</dc:creator>
		<pubDate>Tue, 24 Jun 2008 02:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-260</guid>
		<description>Hmmmm, that's strange, was that on OS X? I think I installed the freakin' gem 25 times over here.

But it's my first gem, so maybe I made a n00b mistake somewhere along the way :-)

I'll check it out.</description>
		<content:encoded><![CDATA[<p>Hmmmm, that&#8217;s strange, was that on OS X? I think I installed the freakin&#8217; gem 25 times over here.</p>
<p>But it&#8217;s my first gem, so maybe I made a n00b mistake somewhere along the way :-)</p>
<p>I&#8217;ll check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan McGeary</title>
		<link>http://programblings.com/2008/06/23/git-remote-branches/#comment-259</link>
		<dc:creator>Ryan McGeary</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://programblings.com/2008/06/23/git-remote-branches/#comment-259</guid>
		<description>Mathieu, Cool stuff, but after installing the gem, I get the following error when running grb:

$ grb -h
/opt/local/bin/grb:19:in `load': no such file to load -- grb (LoadError)

I'm not sure what went wrong, but the grb script in the gem's bin directory was not world readable:

$ ls -l /opt/local/lib/ruby/gems/1.8/gems/webmat-git_remote_branch-0.2.2/bin
total 8
-rwx-wx-wx  1 root  admin  446 Jun 23 17:17 grb

Chmod'ing it to be world readable fixed the problem

$ sudo chmod 777 /opt/local/lib/ruby/gems/1.8/gems/webmat-git_remote_branch-0.2.2/bin/grb</description>
		<content:encoded><![CDATA[<p>Mathieu, Cool stuff, but after installing the gem, I get the following error when running grb:</p>
<p>$ grb -h<br />
/opt/local/bin/grb:19:in `load&#8217;: no such file to load &#8212; grb (LoadError)</p>
<p>I&#8217;m not sure what went wrong, but the grb script in the gem&#8217;s bin directory was not world readable:</p>
<p>$ ls -l /opt/local/lib/ruby/gems/1.8/gems/webmat-git_remote_branch-0.2.2/bin<br />
total 8<br />
-rwx-wx-wx  1 root  admin  446 Jun 23 17:17 grb</p>
<p>Chmod&#8217;ing it to be world readable fixed the problem</p>
<p>$ sudo chmod 777 /opt/local/lib/ruby/gems/1.8/gems/webmat-git_remote_branch-0.2.2/bin/grb</p>
]]></content:encoded>
	</item>
</channel>
</rss>
