<?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: Pake: PHP project build system</title>
	<atom:link href="http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/</link>
	<description>Programming for Mac and Web</description>
	<lastBuildDate>Thu, 10 Jun 2010 07:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: indeyets</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80552</link>
		<dc:creator>indeyets</dc:creator>
		<pubDate>Sat, 29 Aug 2009 11:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80552</guid>
		<description>I recently added support for SVN, Git and rsync&lt;br&gt;&lt;br&gt;something like this:&lt;br&gt;&lt;br&gt;pakeSubversion::export($repo_url, $local_path);&lt;br&gt;pakeRSync::sync_to_server($local_path, &#039;your.server.com&#039;, $remote_path);&lt;br&gt;&lt;br&gt;in case of pakeRSync you can specify array of paths as $local_path and pake will put all of them in $remote_path</description>
		<content:encoded><![CDATA[<p>I recently added support for SVN, Git and rsync</p>
<p>something like this:</p>
<p>pakeSubversion::export($repo_url, $local_path);<br />pakeRSync::sync_to_server($local_path, &#39;your.server.com&#39;, $remote_path);</p>
<p>in case of pakeRSync you can specify array of paths as $local_path and pake will put all of them in $remote_path</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrishenry</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80542</link>
		<dc:creator>chrishenry</dc:creator>
		<pubDate>Sun, 23 Aug 2009 01:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80542</guid>
		<description>Is there svn support for this?  Or just git?  One of the reasons I&#039;ve never personally ventured into any established PHP build systems is that they&#039;re so convoluted.  I actually find it a lot easier to use PHP&#039;s exec() to export any number of svn repos and rsync them into place.</description>
		<content:encoded><![CDATA[<p>Is there svn support for this?  Or just git?  One of the reasons I&#39;ve never personally ventured into any established PHP build systems is that they&#39;re so convoluted.  I actually find it a lot easier to use PHP&#39;s exec() to export any number of svn repos and rsync them into place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indeyets</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80532</link>
		<dc:creator>indeyets</dc:creator>
		<pubDate>Wed, 05 Aug 2009 21:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80532</guid>
		<description>almost everybody does :-)&lt;br&gt;Phing was mentioned several times in comments already. Pake is quite useful even as a wrapper around phing-tasks. It is possible to get something more user-friendly this way.</description>
		<content:encoded><![CDATA[<p>almost everybody does <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <br />Phing was mentioned several times in comments already. Pake is quite useful even as a wrapper around phing-tasks. It is possible to get something more user-friendly this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GiorgioSironi</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80531</link>
		<dc:creator>GiorgioSironi</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80531</guid>
		<description>Personally I use phing, which has a more or less good documentation but it is little diffused too.</description>
		<content:encoded><![CDATA[<p>Personally I use phing, which has a more or less good documentation but it is little diffused too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indeyets</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80529</link>
		<dc:creator>indeyets</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80529</guid>
		<description>Symfony had Pake as independent project in 1.0.x days. After that, as far as I understand, they integrated it with their core much more tightly, so it is not possible to use it separately, anymore.</description>
		<content:encoded><![CDATA[<p>Symfony had Pake as independent project in 1.0.x days. After that, as far as I understand, they integrated it with their core much more tightly, so it is not possible to use it separately, anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Shockov</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80528</link>
		<dc:creator>Alexey Shockov</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80528</guid>
		<description>Great work!&lt;br&gt;&lt;br&gt;Alexey, but why Pake wasn’t maintained? As I know, Pake is often used in Symfony (subproject? Same developers?), and Symfony maintained very well. I thought, Symfony guys should support this project...</description>
		<content:encoded><![CDATA[<p>Great work!</p>
<p>Alexey, but why Pake wasn’t maintained? As I know, Pake is often used in Symfony (subproject? Same developers?), and Symfony maintained very well. I thought, Symfony guys should support this project&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pake: PHP5 project build system &#8211; Alexey Zakhlestins blog » php &#124; rapid-DEV.net</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80530</link>
		<dc:creator>Pake: PHP5 project build system &#8211; Alexey Zakhlestins blog » php &#124; rapid-DEV.net</dc:creator>
		<pubDate>Wed, 05 Aug 2009 13:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80530</guid>
		<description>[...] by Planet PHP, read more at the original (another 1495 bytes)   var addthis_pub = &#039;&#039;; var addthis_language = &#039;en&#039;;var addthis_options = [...]</description>
		<content:encoded><![CDATA[<p>[...] by Planet PHP, read more at the original (another 1495 bytes)   var addthis_pub = &#39;&#39;; var addthis_language = &#39;en&#39;;var addthis_options = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by onwhitespace</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80527</link>
		<dc:creator>Twitted by onwhitespace</dc:creator>
		<pubDate>Wed, 05 Aug 2009 06:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80527</guid>
		<description>[...] This post was Twitted by onwhitespace [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by onwhitespace [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80526</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 05 Aug 2009 02:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80526</guid>
		<description>This looks cool. I think I will try this for a project.</description>
		<content:encoded><![CDATA[<p>This looks cool. I think I will try this for a project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: troelskn</title>
		<link>http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/comment-page-1/#comment-80525</link>
		<dc:creator>troelskn</dc:creator>
		<pubDate>Wed, 05 Aug 2009 02:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=127#comment-80525</guid>
		<description>Thanks Duane. I was not aware of that effort.</description>
		<content:encoded><![CDATA[<p>Thanks Duane. I was not aware of that effort.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
