<?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 devioustree</title>
	<atom:link href="http://devioustree.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://devioustree.co.uk</link>
	<description>Upon which I indulge my ego by claiming my words are important</description>
	<lastBuildDate>Sun, 21 Feb 2010 15:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Auto-Update Wordpress With SFTP by Amar</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F02%2F21%2Fauto-update-wordpress-with-sftp%2F%23comment-1620&amp;seed_title=Auto-Update+Wordpress+With+SFTP/comment-page-1/#comment-1620</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Sun, 21 Feb 2010 15:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=294#comment-1620</guid>
		<description>I just run vsftpd with listen_address=127.0.0.1 . This way users have SFTP access to server but for Wordpress they can just use FTP with &#039;localhost&#039; as a hostname and remote FTP connections are not possible</description>
		<content:encoded><![CDATA[<p>I just run vsftpd with listen_address=127.0.0.1 . This way users have SFTP access to server but for Wordpress they can just use FTP with &#8216;localhost&#8217; as a hostname and remote FTP connections are not possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Update Wordpress With SFTP by Tom Drummond</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F02%2F21%2Fauto-update-wordpress-with-sftp%2F%23comment-1490&amp;seed_title=Auto-Update+Wordpress+With+SFTP/comment-page-1/#comment-1490</link>
		<dc:creator>Tom Drummond</dc:creator>
		<pubDate>Thu, 28 Jan 2010 10:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=294#comment-1490</guid>
		<description>Yes, this works for plugins as well. I&#039;m pretty confident it would work for Wordpress MU too but I haven&#039;t tried it.</description>
		<content:encoded><![CDATA[<p>Yes, this works for plugins as well. I&#8217;m pretty confident it would work for Wordpress MU too but I haven&#8217;t tried it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Update Wordpress With SFTP by Andy</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F02%2F21%2Fauto-update-wordpress-with-sftp%2F%23comment-1484&amp;seed_title=Auto-Update+Wordpress+With+SFTP/comment-page-1/#comment-1484</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=294#comment-1484</guid>
		<description>Does it work for plugins too? or just for the main wordpress? and what about wordpress MU?</description>
		<content:encoded><![CDATA[<p>Does it work for plugins too? or just for the main wordpress? and what about wordpress MU?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Git on WebFaction by Joseph Ilustre</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F07%2F23%2Fsetting-up-git-on-webfaction%2F%23comment-1390&amp;seed_title=Setting+up+Git+on+WebFaction/comment-page-1/#comment-1390</link>
		<dc:creator>Joseph Ilustre</dc:creator>
		<pubDate>Tue, 05 Jan 2010 05:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=328#comment-1390</guid>
		<description>Hello,

Thank you for your tutorial, I&#039;m starting to pursue my indie dev side project passions and this will help tremendously! I appreciate it. 


-Joseph</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank you for your tutorial, I&#8217;m starting to pursue my indie dev side project passions and this will help tremendously! I appreciate it. </p>
<p>-Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Git on WebFaction by Filip Dupanović</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F07%2F23%2Fsetting-up-git-on-webfaction%2F%23comment-1387&amp;seed_title=Setting+up+Git+on+WebFaction/comment-page-1/#comment-1387</link>
		<dc:creator>Filip Dupanović</dc:creator>
		<pubDate>Mon, 04 Jan 2010 19:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=328#comment-1387</guid>
		<description>Pushing a local branch to a checked out remote branch won&#039;t update the working tree on the remote repo. You&#039;ll have to go in and do `git checkout` to update the working tree.

I&#039;ve got a `src` folder in my web apps in which I do a `git init`. That will check out the `master` branch, which is where I&#039;m comitting the code in my local repo that production-safe.

After I&#039;m happy with everything, I do `git push` to my repo and run `git checkout` to get the latest code out on the server.</description>
		<content:encoded><![CDATA[<p>Pushing a local branch to a checked out remote branch won&#8217;t update the working tree on the remote repo. You&#8217;ll have to go in and do `git checkout` to update the working tree.</p>
<p>I&#8217;ve got a `src` folder in my web apps in which I do a `git init`. That will check out the `master` branch, which is where I&#8217;m comitting the code in my local repo that production-safe.</p>
<p>After I&#8217;m happy with everything, I do `git push` to my repo and run `git checkout` to get the latest code out on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Update Wordpress With SFTP by trialcause</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F02%2F21%2Fauto-update-wordpress-with-sftp%2F%23comment-1249&amp;seed_title=Auto-Update+Wordpress+With+SFTP/comment-page-1/#comment-1249</link>
		<dc:creator>trialcause</dc:creator>
		<pubDate>Thu, 10 Dec 2009 05:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=294#comment-1249</guid>
		<description>Adding SFTP support to PHP with libssh2 is an absolute nightmare.  Just take a look at all the posts on Kevin&#039;s blog (as linked to above).  And to think that for every one person who got it working ten people probably gave up.  That&#039;s a pretty sad testament to the ssh2 PECL extension.

And, of course, all of that assumes you even have that kind of access to the server.  Those of us on shared hosts don&#039;t even have that.  Sure, we can switch webhosts, but we can also switch webapps, too.

Really, I don&#039;t know why the Wordpress devs don&#039;t just add phpseclib support.</description>
		<content:encoded><![CDATA[<p>Adding SFTP support to PHP with libssh2 is an absolute nightmare.  Just take a look at all the posts on Kevin&#8217;s blog (as linked to above).  And to think that for every one person who got it working ten people probably gave up.  That&#8217;s a pretty sad testament to the ssh2 PECL extension.</p>
<p>And, of course, all of that assumes you even have that kind of access to the server.  Those of us on shared hosts don&#8217;t even have that.  Sure, we can switch webhosts, but we can also switch webapps, too.</p>
<p>Really, I don&#8217;t know why the Wordpress devs don&#8217;t just add phpseclib support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Git on WebFaction by Daniel</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F07%2F23%2Fsetting-up-git-on-webfaction%2F%23comment-1118&amp;seed_title=Setting+up+Git+on+WebFaction/comment-page-1/#comment-1118</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 24 Nov 2009 23:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=328#comment-1118</guid>
		<description>Hello, Tom. I&#039;m Daniel, a technical writer at WebFaction. This is an excellent tutorial! It&#039;s also the approach I&#039;d recommend on our system. It&#039;s my plan to officially document pushing to git repositories hosted on WebFaction soon, but it&#039;s always nice to see WebFaction users helping out when something isn&#039;t covered yet.</description>
		<content:encoded><![CDATA[<p>Hello, Tom. I&#8217;m Daniel, a technical writer at WebFaction. This is an excellent tutorial! It&#8217;s also the approach I&#8217;d recommend on our system. It&#8217;s my plan to officially document pushing to git repositories hosted on WebFaction soon, but it&#8217;s always nice to see WebFaction users helping out when something isn&#8217;t covered yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Update Wordpress With SFTP by Fahad</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F02%2F21%2Fauto-update-wordpress-with-sftp%2F%23comment-1116&amp;seed_title=Auto-Update+Wordpress+With+SFTP/comment-page-1/#comment-1116</link>
		<dc:creator>Fahad</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=294#comment-1116</guid>
		<description>@zobi8225: yes just add the extension=ssh2.so line to php5/cgi/php.ini (or php5/cli/php.ini if your installation uses that)</description>
		<content:encoded><![CDATA[<p>@zobi8225: yes just add the extension=ssh2.so line to php5/cgi/php.ini (or php5/cli/php.ini if your installation uses that)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Update Wordpress With SFTP by Fahad</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F02%2F21%2Fauto-update-wordpress-with-sftp%2F%23comment-1115&amp;seed_title=Auto-Update+Wordpress+With+SFTP/comment-page-1/#comment-1115</link>
		<dc:creator>Fahad</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=294#comment-1115</guid>
		<description>@zobi8225: yes. Just add extension=ssh2.so into the php5/cgi/php.ini and restart lighttpd.</description>
		<content:encoded><![CDATA[<p>@zobi8225: yes. Just add extension=ssh2.so into the php5/cgi/php.ini and restart lighttpd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Git on WebFaction by Tom Drummond</title>
		<link>http://devioustree.co.uk/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fdevioustree.co.uk%2F2009%2F07%2F23%2Fsetting-up-git-on-webfaction%2F%23comment-1048&amp;seed_title=Setting+up+Git+on+WebFaction/comment-page-1/#comment-1048</link>
		<dc:creator>Tom Drummond</dc:creator>
		<pubDate>Tue, 10 Nov 2009 19:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://devioustree.co.uk/?p=328#comment-1048</guid>
		<description>Yes, you would do a &lt;code&gt;git pull&lt;/code&gt; as you would essentially have two repositories on the webfaction server: one you had pushed the changes to, and one containing the working copy.

To be honest, if you did &lt;code&gt;git init&lt;/code&gt; instead of &lt;code&gt;git --bare init&lt;/code&gt; then you would be pushing the changes to a repository with a working copy (so you could also skip the &lt;em&gt;Now to setup a working directory&lt;/em&gt; section) so &lt;code&gt;git checkout&lt;/code&gt; would suffice. I haven&#039;t tested that as when I set it up, &lt;code&gt;git --bare init&lt;/code&gt; was useful to what I was doing. It might not be necessary in most cases though. I shall investigate and update the post if that&#039;s the case.</description>
		<content:encoded><![CDATA[<p>Yes, you would do a <code>git pull</code> as you would essentially have two repositories on the webfaction server: one you had pushed the changes to, and one containing the working copy.</p>
<p>To be honest, if you did <code>git init</code> instead of <code>git --bare init</code> then you would be pushing the changes to a repository with a working copy (so you could also skip the <em>Now to setup a working directory</em> section) so <code>git checkout</code> would suffice. I haven&#8217;t tested that as when I set it up, <code>git --bare init</code> was useful to what I was doing. It might not be necessary in most cases though. I shall investigate and update the post if that&#8217;s the case.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
