<?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: Keeping git repositories on Dreamhost using SSH</title>
	<atom:link href="http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/</link>
	<description>expert ruby on rails development</description>
	<lastBuildDate>Sun, 07 Mar 2010 00:12:18 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Git on Dreamhost &#171; selene tan</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-1368</link>
		<dc:creator>Git on Dreamhost &#171; selene tan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-1368</guid>
		<description>[...] Fabricius&#8217; Keeping git repositories on Dreamhost using SSH has some instructions and a handy script for automating the process. Thing is, I tend to create the [...]</description>
		<content:encoded><![CDATA[<p>[...] Fabricius&#8217; Keeping git repositories on Dreamhost using SSH has some instructions and a handy script for automating the process. Thing is, I tend to create the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadd Giles</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-1350</link>
		<dc:creator>Tadd Giles</dc:creator>
		<pubDate>Sun, 07 Feb 2010 04:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-1350</guid>
		<description>Let me add my thanks as well. Just what I needed this evening. Cheers!</description>
		<content:encoded><![CDATA[<p>Let me add my thanks as well. Just what I needed this evening. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-1301</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-1301</guid>
		<description>Thank you for the tip, Stephen :)</description>
		<content:encoded><![CDATA[<p>Thank you for the tip, Stephen :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen A. Goss</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-1300</link>
		<dc:creator>Stephen A. Goss</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-1300</guid>
		<description>I couldn&#039;t get the passwordless ssh login to work with your instructions. You have to make sure the ~/.ssh/authorized_keys file has the proper permissions. See here : http://wiki.dreamhost.com/Ssh#Passwordless_Login</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get the passwordless ssh login to work with your instructions. You have to make sure the ~/.ssh/authorized_keys file has the proper permissions. See here : <a href="http://wiki.dreamhost.com/Ssh#Passwordless_Login" rel="nofollow">http://wiki.dreamhost.com/Ssh#Passwordless_Login</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-1231</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Fri, 11 Sep 2009 14:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-1231</guid>
		<description>Hi Remy. Thank you for that great tip!</description>
		<content:encoded><![CDATA[<p>Hi Remy. Thank you for that great tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Giard</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-1230</link>
		<dc:creator>Remy Giard</dc:creator>
		<pubDate>Tue, 01 Sep 2009 03:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-1230</guid>
		<description>Nice script and works wells.  

Note that to have multiusers support for git repositories on dreamhost, we may run &quot;git repo-config core.sharedRepository group&quot; just after &quot;git --bare init&quot;.  Else, the git internal files will get the rights of the committing user and this will be a problem for other users.  So this could be added to the &quot;ssh&quot; line of your script.

More info can be found at: 

http://bob.zoller.us/post/41707381/shared-git-repo-using-ssh-transport

Remy Giard</description>
		<content:encoded><![CDATA[<p>Nice script and works wells.  </p>
<p>Note that to have multiusers support for git repositories on dreamhost, we may run &#8220;git repo-config core.sharedRepository group&#8221; just after &#8220;git &#8211;bare init&#8221;.  Else, the git internal files will get the rights of the committing user and this will be a problem for other users.  So this could be added to the &#8220;ssh&#8221; line of your script.</p>
<p>More info can be found at: </p>
<p><a href="http://bob.zoller.us/post/41707381/shared-git-repo-using-ssh-transport" rel="nofollow">http://bob.zoller.us/post/41707381/shared-git-repo-using-ssh-transport</a></p>
<p>Remy Giard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoney&#8217;s Zone &#187; Mirroring git respositories to DreamHost</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-1120</link>
		<dc:creator>Stoney&#8217;s Zone &#187; Mirroring git respositories to DreamHost</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-1120</guid>
		<description>[...] Fabricius has a nice shell script for creating new git repositories on DreamHost. Unfortunately, this works only for creating new [...]</description>
		<content:encoded><![CDATA[<p>[...] Fabricius has a nice shell script for creating new git repositories on DreamHost. Unfortunately, this works only for creating new [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Git workflow for single developers &#124; linkfeedr</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-657</link>
		<dc:creator>A Git workflow for single developers &#124; linkfeedr</dc:creator>
		<pubDate>Sun, 12 Apr 2009 20:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-657</guid>
		<description>[...] want to avoid typing the SSH password every time you push data, create a public/private key set as described by Casper [...]</description>
		<content:encoded><![CDATA[<p>[...] want to avoid typing the SSH password every time you push data, create a public/private key set as described by Casper [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Instalación y configuración del Servidor y Cliente Git bajo ssh &#171; Frameworks Agiles</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-351</link>
		<dc:creator>Instalación y configuración del Servidor y Cliente Git bajo ssh &#171; Frameworks Agiles</dc:creator>
		<pubDate>Mon, 23 Mar 2009 21:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-351</guid>
		<description>[...] http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/" rel="nofollow">http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/comment-page-1/#comment-347</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Sun, 22 Mar 2009 09:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-347</guid>
		<description>Hi Christopher. Very nice. Rails templates are definitely a good way to share all these tools and recipes we usually just copy from blogs, pasty and so on. I&#039;ll have to start making some of them myself soon :)</description>
		<content:encoded><![CDATA[<p>Hi Christopher. Very nice. Rails templates are definitely a good way to share all these tools and recipes we usually just copy from blogs, pasty and so on. I&#8217;ll have to start making some of them myself soon :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
