<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Getting ProjectPlus to work correctly with Git OS X installer on Leopard</title>
	<atom:link href="http://aralbalkan.com/1476/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1476</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Thu, 18 Mar 2010 22:12:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://aralbalkan.com/1476/comment-page-1#comment-259500</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 23 Feb 2010 06:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1476#comment-259500</guid>
		<description>Did this, and also tried Ciarán&#039;s suggestions in your comments (as well as similar ones mentioned on Ciarán&#039;s site) 

No joy whatsoever. The *really* annoying thing is that I already have this working on my laptop - the only difference between the 2 systems is that git is living in /usr/local/bin on the laptop, whereas on the iMac, the /usr/local/bin directory didn&#039;t even exist,  I had to create it, then symlink. That seems....wrong to me somehow....</description>
		<content:encoded><![CDATA[<p>Did this, and also tried Ciarán&#8217;s suggestions in your comments (as well as similar ones mentioned on Ciarán&#8217;s site) </p>
<p>No joy whatsoever. The *really* annoying thing is that I already have this working on my laptop &#8211; the only difference between the 2 systems is that git is living in /usr/local/bin on the laptop, whereas on the iMac, the /usr/local/bin directory didn&#8217;t even exist,  I had to create it, then symlink. That seems&#8230;.wrong to me somehow&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://aralbalkan.com/1476/comment-page-1#comment-259385</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1476#comment-259385</guid>
		<description>Yes, that did it.

Thanks!</description>
		<content:encoded><![CDATA[<p>Yes, that did it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgür</title>
		<link>http://aralbalkan.com/1476/comment-page-1#comment-259320</link>
		<dc:creator>Özgür</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1476#comment-259320</guid>
		<description>I think should be like this

cd /usr/local
sudo mkdir -p git/bin/git
sudo ln -s /usr/local/bin/git /usr/local/git/bin/git

it worked...</description>
		<content:encoded><![CDATA[<p>I think should be like this</p>
<p>cd /usr/local<br />
sudo mkdir -p git/bin/git<br />
sudo ln -s /usr/local/bin/git /usr/local/git/bin/git</p>
<p>it worked&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Camara</title>
		<link>http://aralbalkan.com/1476/comment-page-1#comment-244136</link>
		<dc:creator>Jake Camara</dc:creator>
		<pubDate>Fri, 10 Apr 2009 16:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1476#comment-244136</guid>
		<description>Super helpful -- thanks Aral.</description>
		<content:encoded><![CDATA[<p>Super helpful &#8212; thanks Aral.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://aralbalkan.com/1476/comment-page-1#comment-183166</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Mon, 08 Sep 2008 05:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1476#comment-183166</guid>
		<description>I&#039;ll second the Git bundle as being really, really useful.  Definitely worth checking out.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll second the Git bundle as being really, really useful.  Definitely worth checking out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciarán Walsh</title>
		<link>http://aralbalkan.com/1476/comment-page-1#comment-183103</link>
		<dc:creator>Ciarán Walsh</dc:creator>
		<pubDate>Sun, 07 Sep 2008 22:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1476#comment-183103</guid>
		<description>To install a .tmplugin file you should just double-click it (TextMate will automatically create the folder if necessary and then move the plug-in there, and it will prompt you to restart TextMate).

As for setting up your path: what you should do is go into TextMate’s preferences and then switch to the Advanced section and choose the Shell Variables tab. Then make a new variable called TM_GIT, and set it to the path to your git executable.

This way you don’t have to mess about with symlinks, and it will also work with the Git bundle (http://gitorious.org/projects/git-tmbundle).</description>
		<content:encoded><![CDATA[<p>To install a .tmplugin file you should just double-click it (TextMate will automatically create the folder if necessary and then move the plug-in there, and it will prompt you to restart TextMate).</p>
<p>As for setting up your path: what you should do is go into TextMate’s preferences and then switch to the Advanced section and choose the Shell Variables tab. Then make a new variable called TM_GIT, and set it to the path to your git executable.</p>
<p>This way you don’t have to mess about with symlinks, and it will also work with the Git bundle (<a href="http://gitorious.org/projects/git-tmbundle)." rel="nofollow">http://gitorious.org/projects/git-tmbundle).</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
