<?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 for Greg Bayer</title>
	<atom:link href="http://gbayer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gbayer.com</link>
	<description>Welcome</description>
	<lastBuildDate>Wed, 11 Apr 2012 20:53:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to Buy a Basic SSL Certificate by Greg Bayer</title>
		<link>http://gbayer.com/development/how-to-buy-a-basic-ssl-certificate/comment-page-1/#comment-281</link>
		<dc:creator>Greg Bayer</dc:creator>
		<pubDate>Wed, 11 Apr 2012 20:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=809#comment-281</guid>
		<description>To add your new SSL certificate to an existing load balancer (ELB) on AWS, you will need to:
- Add the certificate to Amazon&#039;s system
- Download the ELB command line interface (cli) and issue a command like this one:

elb-create-lb-listeners &lt;your elb name&gt; --listener &quot;protocol=HTTPS,lb-port=443,instance-port=80,instance-protocol=HTTP, cert-id=arn:aws:iam::&lt;your aws account id&gt;:server-certificate/&lt;your certificate id&gt;/</description>
		<content:encoded><![CDATA[<p>To add your new SSL certificate to an existing load balancer (ELB) on AWS, you will need to:<br />
- Add the certificate to Amazon&#8217;s system<br />
- Download the ELB command line interface (cli) and issue a command like this one:</p>
<p>elb-create-lb-listeners &lt;your elb name&gt; &#8211;listener &#8220;protocol=HTTPS,lb-port=443,instance-port=80,instance-protocol=HTTP, cert-id=arn:aws:iam::&lt;your aws account id&gt;:server-certificate/&lt;your certificate id&gt;/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by 123456</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-280</link>
		<dc:creator>123456</dc:creator>
		<pubDate>Mon, 27 Feb 2012 18:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-280</guid>
		<description>Don&#039;t understand how this could be the case.  I cloned the repo to local disk.. and to my understanding, &quot;git remote rm origin&quot; severs the link between my local repo and the remote one.. so I don&#039;t see where networks/proxies would enter into it.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t understand how this could be the case.  I cloned the repo to local disk.. and to my understanding, &#8220;git remote rm origin&#8221; severs the link between my local repo and the remote one.. so I don&#8217;t see where networks/proxies would enter into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by Greg Bayer</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-279</link>
		<dc:creator>Greg Bayer</dc:creator>
		<pubDate>Mon, 27 Feb 2012 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-279</guid>
		<description>I think that means git can&#039;t access one of your files. Based on a few posts I see on stackoverflow.com, this could be caused by a bad network connection or proxy configuration.</description>
		<content:encoded><![CDATA[<p>I think that means git can&#8217;t access one of your files. Based on a few posts I see on stackoverflow.com, this could be caused by a bad network connection or proxy configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by 123456</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-278</link>
		<dc:creator>123456</dc:creator>
		<pubDate>Mon, 27 Feb 2012 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-278</guid>
		<description>I get an error message when I run the get filter-branch command:
$ git filter-branch --subdirectory-filter mt -- --all
C:Program Files (x86)Git/libexec/git-core/git-filter-branch: line 289: /libexe
c/git-core/git: Bad file number
Could not get the commits

In typical git fashion, the error message is incomprehensible to me.  Any idea what&#039;s going wrong?</description>
		<content:encoded><![CDATA[<p>I get an error message when I run the get filter-branch command:<br />
$ git filter-branch &#8211;subdirectory-filter mt &#8212; &#8211;all<br />
C:Program Files (x86)Git/libexec/git-core/git-filter-branch: line 289: /libexe<br />
c/git-core/git: Bad file number<br />
Could not get the commits</p>
<p>In typical git fashion, the error message is incomprehensible to me.  Any idea what&#8217;s going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by Greg Bayer</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-277</link>
		<dc:creator>Greg Bayer</dc:creator>
		<pubDate>Wed, 22 Feb 2012 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-277</guid>
		<description>Thats an interesting point. This wasn&#039;t a problem in my case, so I haven&#039;t looked into it. Maybe another reader can suggest a solution?</description>
		<content:encoded><![CDATA[<p>Thats an interesting point. This wasn&#8217;t a problem in my case, so I haven&#8217;t looked into it. Maybe another reader can suggest a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by Navitf</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-276</link>
		<dc:creator>Navitf</dc:creator>
		<pubDate>Sun, 19 Feb 2012 08:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-276</guid>
		<description>Hi, But when files are moved into a temporary directory, the command: &quot;git filter-branch --subdirectory-filter&quot; extract history that is relevant only to the temporary directory and thus real history logs are not preserved. Any idea how to overcome this?</description>
		<content:encoded><![CDATA[<p>Hi, But when files are moved into a temporary directory, the command: &#8220;git filter-branch &#8211;subdirectory-filter&#8221; extract history that is relevant only to the temporary directory and thus real history logs are not preserved. Any idea how to overcome this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by Greg Bayer</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-274</link>
		<dc:creator>Greg Bayer</dc:creator>
		<pubDate>Fri, 11 Nov 2011 00:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-274</guid>
		<description>Thanks for the suggestion. You can actually use this approach to move an arbitrary set of files by first moving them into a temporary directory. Because of this, the current title seems to be appropriate and more general.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion. You can actually use this approach to move an arbitrary set of files by first moving them into a temporary directory. Because of this, the current title seems to be appropriate and more general.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by Adam Monsen</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-273</link>
		<dc:creator>Adam Monsen</dc:creator>
		<pubDate>Thu, 10 Nov 2011 22:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-273</guid>
		<description>Sorry, I meant: change &quot;Files&quot; to &quot;one directory&quot; or &quot;a directory&quot;.</description>
		<content:encoded><![CDATA[<p>Sorry, I meant: change &#8220;Files&#8221; to &#8220;one directory&#8221; or &#8220;a directory&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by Adam Monsen</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-272</link>
		<dc:creator>Adam Monsen</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-272</guid>
		<description>Great post, thank you. One suggestion: change the title as follows: s/Files/one directory/.</description>
		<content:encoded><![CDATA[<p>Great post, thank you. One suggestion: change the title as follows: s/Files/one directory/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Files from one Git Repository to Another, Preserving History by Adam Monsen</title>
		<link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/comment-page-1/#comment-271</link>
		<dc:creator>Adam Monsen</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://gbayer.com/?p=526#comment-271</guid>
		<description>Great post, thank you. One suggestion: change the title as follows: s/file/one directory/.</description>
		<content:encoded><![CDATA[<p>Great post, thank you. One suggestion: change the title as follows: s/file/one directory/.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

