<?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 and .mac: A Match Made In Purgatory</title>
	<atom:link href="http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: yogsototh.wordpress.com/</title>
		<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/comment-page-1/#comment-1194</link>
		<dc:creator>yogsototh.wordpress.com/</dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/#comment-1194</guid>
		<description>&lt;p&gt;Thanks your post saved my day!&lt;/p&gt;

&lt;p&gt;Until now I used bzr which handle really badly the iDisk. I use a Mac and a Linux Desktop. I could now synchronize all my work in the same place.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks your post saved my day!</p>

<p>Until now I used bzr which handle really badly the iDisk. I use a Mac and a Linux Desktop. I could now synchronize all my work in the same place.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/comment-page-1/#comment-813</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Sat, 04 Oct 2008 03:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/#comment-813</guid>
		<description>&lt;p&gt;I wonder if this could be done without the local iDisk copy?
Either by using webdav (can they be added as remotes for GIT?) or via SFTP/ SSH (can the iDisk be accessed via SSH?).&lt;/p&gt;

&lt;p&gt;This makes for a nice offsite backup of projects. I guess a daily &lt;code&gt;git push&lt;/code&gt; script could even push changes out automatically and run &lt;code&gt;git gc&lt;/code&gt; once a month.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wonder if this could be done without the local iDisk copy?
Either by using webdav (can they be added as remotes for GIT?) or via SFTP/ SSH (can the iDisk be accessed via SSH?).</p>

<p>This makes for a nice offsite backup of projects. I guess a daily <code>git push</code> script could even push changes out automatically and run <code>git gc</code> once a month.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bbatsell</title>
		<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/comment-page-1/#comment-112</link>
		<dc:creator>bbatsell</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/#comment-112</guid>
		<description>&lt;p&gt;You also might consider creating a repository on .Mac first and then cloning it to your local hard drive.  Not a huge difference, but it&#039;ll automatically set the .Mac repository as the origin for pushing and pulling, so it&#039;ll save you that step (helpful if you are going to clone off .Mac on multiple computers).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You also might consider creating a repository on .Mac first and then cloning it to your local hard drive.  Not a huge difference, but it&#8217;ll automatically set the .Mac repository as the origin for pushing and pulling, so it&#8217;ll save you that step (helpful if you are going to clone off .Mac on multiple computers).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Zarra</title>
		<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/comment-page-1/#comment-85</link>
		<dc:creator>Marcus Zarra</dc:creator>
		<pubDate>Thu, 20 Mar 2008 20:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/#comment-85</guid>
		<description>&lt;p&gt;It would make the syncs slower since there would be more files changed (the actual files and the .git &#039;database&#039;).  When you are syncing a lot of changes constantly to dotMac it has a higher risk of failure due to the other machines trying to sync.  This way the changes are relatively small and easier to sync thereby decreasing the chance of a collision.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It would make the syncs slower since there would be more files changed (the actual files and the .git &#8216;database&#8217;).  When you are syncing a lot of changes constantly to dotMac it has a higher risk of failure due to the other machines trying to sync.  This way the changes are relatively small and easier to sync thereby decreasing the chance of a collision.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: daniellord</title>
		<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/comment-page-1/#comment-84</link>
		<dc:creator>daniellord</dc:creator>
		<pubDate>Thu, 20 Mar 2008 19:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/#comment-84</guid>
		<description>&lt;p&gt;Just curious, why did you not make the .Mac volume your main repository? I am assuming you considered that approach and rejected for some reason. Perhaps performance?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just curious, why did you not make the .Mac volume your main repository? I am assuming you considered that approach and rejected for some reason. Perhaps performance?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Zarra</title>
		<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/comment-page-1/#comment-77</link>
		<dc:creator>Marcus Zarra</dc:creator>
		<pubDate>Wed, 19 Mar 2008 15:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/#comment-77</guid>
		<description>&lt;p&gt;I have heard a few people complain about these sync issues but honestly I have not run into them.&lt;/p&gt;

&lt;p&gt;I also do not try and sync gigs of changes every day.  Since iDisk basically performs an rsync, as long as your changes are small (which git changes would be) the sync is a non-issue.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have heard a few people complain about these sync issues but honestly I have not run into them.</p>

<p>I also do not try and sync gigs of changes every day.  Since iDisk basically performs an rsync, as long as your changes are small (which git changes would be) the sync is a non-issue.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Bugajewski</title>
		<link>http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/comment-page-1/#comment-76</link>
		<dc:creator>Rafael Bugajewski</dc:creator>
		<pubDate>Wed, 19 Mar 2008 11:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/18/git-and-mac-a-match-made-in-purgatory/#comment-76</guid>
		<description>&lt;p&gt;Your setup sounds great, but I just wonder how good .mac syncing is. I also use it and I&#039;m having troubles every single week with the complete synchronization process. It&#039;s not only terribly slow, but also unreliable. The concept is so great, but I wish Apple would do something to improve the web service.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your setup sounds great, but I just wonder how good .mac syncing is. I also use it and I&#8217;m having troubles every single week with the complete synchronization process. It&#8217;s not only terribly slow, but also unreliable. The concept is so great, but I wish Apple would do something to improve the web service.</p>]]></content:encoded>
	</item>
</channel>
</rss>
