<?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: Installing Git on Mac OS X</title>
	<atom:link href="http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 09:32:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Thomas</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-26557</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 21 Mar 2012 09:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-26557</guid>
		<description>Thanks a lot for the hints. It&#039;s still valid on Mac OS X Lion. Here&#039;s what I had to do in order to convert an existing svn repository into git:

&lt;code&gt;
sudo port install subversion-perlbindings
sudo port install git-core +svn
sudo gem install svn2git
&lt;/code&gt;

(assuming macports is installed)

Then I was able to run svn2git  to do all the magic.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the hints. It&#8217;s still valid on Mac OS X Lion. Here&#8217;s what I had to do in order to convert an existing svn repository into git:</p>
<p><code><br />
sudo port install subversion-perlbindings<br />
sudo port install git-core +svn<br />
sudo gem install svn2git<br />
</code></p>
<p>(assuming macports is installed)</p>
<p>Then I was able to run svn2git  to do all the magic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Haran.com &#187; GitHub Launched!</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-460</link>
		<dc:creator>Gary Haran.com &#187; GitHub Launched!</dc:creator>
		<pubDate>Thu, 10 Apr 2008 20:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-460</guid>
		<description>[...] If you are using OS X I recommend you check out Djief&#8217;s blog to learn how to install Git on OS X. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you are using OS X I recommend you check out Djief&#8217;s blog to learn how to install Git on OS X. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Montreal On Rails, January Edition &#8212; Djief&#8217;s Blog</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-383</link>
		<dc:creator>Montreal On Rails, January Edition &#8212; Djief&#8217;s Blog</dc:creator>
		<pubDate>Thu, 17 Jan 2008 02:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-383</guid>
		<description>[...] Install git. [...]</description>
		<content:encoded><![CDATA[<p>[...] Install git. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-354</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Wed, 09 Jan 2008 04:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-354</guid>
		<description>Wow thanks for the link!  I&#039;ll have to give this a shot as I&#039;m not quite a GIT expert yet.  Can&#039;t wait to see your presentation at MoR.  Looks like a lot of people are as anxious as me from what I hear on the street.</description>
		<content:encoded><![CDATA[<p>Wow thanks for the link!  I&#8217;ll have to give this a shot as I&#8217;m not quite a GIT expert yet.  Can&#8217;t wait to see your presentation at MoR.  Looks like a lot of people are as anxious as me from what I hear on the street.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfcouture</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-353</link>
		<dc:creator>jfcouture</dc:creator>
		<pubDate>Tue, 08 Jan 2008 17:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-353</guid>
		<description>@ Carl: I personally did not install the man pages. It seems to require more effort than it&#039;s worth: 
http://wincent.com/knowledge-base/Setting_up_the_Git_documentation_build_chain_on_Mac_OS_X_Leopard

@Dan: I have a coworker getting the same error on Tiger. I think it&#039;s related to a prior installation of perl with macports. Unfortunately, I don&#039;t know how to fix it yet.</description>
		<content:encoded><![CDATA[<p>@ Carl: I personally did not install the man pages. It seems to require more effort than it&#8217;s worth:<br />
<a href="http://wincent.com/knowledge-base/Setting_up_the_Git_documentation_build_chain_on_Mac_OS_X_Leopard" rel="nofollow">http://wincent.com/knowledge-base/Setting_up_the_Git_documentation_build_chain_on_Mac_OS_X_Leopard</a></p>
<p>@Dan: I have a coworker getting the same error on Tiger. I think it&#8217;s related to a prior installation of perl with macports. Unfortunately, I don&#8217;t know how to fix it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-352</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-352</guid>
		<description>The man pages don&#039;t seem to work on my Leopard.  Ideas?</description>
		<content:encoded><![CDATA[<p>The man pages don&#8217;t seem to work on my Leopard.  Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Croak</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-344</link>
		<dc:creator>Dan Croak</dc:creator>
		<pubDate>Sat, 05 Jan 2008 06:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-344</guid>
		<description>Grrrr... I got the following error messages on Leopard:

Error: Target org.macports.fetch returned: fetch failed
Error: The following dependencies failed to build: p5-svn-simple subversion-perlbindings apr apr-util db44 sqlite3 readline ncurses ncursesw gettext neon subversion p5-term-readkey
Error: Status 1 encountered during processing.</description>
		<content:encoded><![CDATA[<p>Grrrr&#8230; I got the following error messages on Leopard:</p>
<p>Error: Target org.macports.fetch returned: fetch failed<br />
Error: The following dependencies failed to build: p5-svn-simple subversion-perlbindings apr apr-util db44 sqlite3 readline ncurses ncursesw gettext neon subversion p5-term-readkey<br />
Error: Status 1 encountered during processing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E. James O'Kelly</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-337</link>
		<dc:creator>E. James O'Kelly</dc:creator>
		<pubDate>Fri, 21 Dec 2007 12:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-337</guid>
		<description>Works fine on Leopard!</description>
		<content:encoded><![CDATA[<p>Works fine on Leopard!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.236 seconds -->
<!-- Cached page served by WP-Cache -->

