<?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: How to quickly lint PHP files in an upcoming svn commit</title>
	<atom:link href="http://maggienelson.com/2007/05/how-to-quickly-lint-php-files-in-an-upcoming-svn-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://maggienelson.com/2007/05/how-to-quickly-lint-php-files-in-an-upcoming-svn-commit/</link>
	<description>databases and code goodness</description>
	<lastBuildDate>Thu, 01 Apr 2010 23:53:35 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Braden</title>
		<link>http://maggienelson.com/2007/05/how-to-quickly-lint-php-files-in-an-upcoming-svn-commit/comment-page-1/#comment-7</link>
		<dc:creator>Braden</dc:creator>
		<pubDate>Sat, 08 Sep 2007 00:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/blog/?p=8#comment-7</guid>
		<description>And to continue on Kevin&#039;s path, &#039;\.(php)&#124;(phtml)$&#039; seems sensible.
</description>
		<content:encoded><![CDATA[<p>And to continue on Kevin&#8217;s path, &#8216;\.(php)|(phtml)$&#8217; seems sensible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Braden</title>
		<link>http://maggienelson.com/2007/05/how-to-quickly-lint-php-files-in-an-upcoming-svn-commit/comment-page-1/#comment-6</link>
		<dc:creator>Braden</dc:creator>
		<pubDate>Fri, 07 Sep 2007 23:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/blog/?p=8#comment-6</guid>
		<description>Fantastic. I knew I needed to use awk somehow, but couldn&#039;t get it right. Thanks.
</description>
		<content:encoded><![CDATA[<p>Fantastic. I knew I needed to use awk somehow, but couldn&#8217;t get it right. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Cox</title>
		<link>http://maggienelson.com/2007/05/how-to-quickly-lint-php-files-in-an-upcoming-svn-commit/comment-page-1/#comment-5</link>
		<dc:creator>Kevin Cox</dc:creator>
		<pubDate>Tue, 17 Jul 2007 23:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/blog/?p=8#comment-5</guid>
		<description>I put the following in ~/bin/svnlint (don&#039;t forget to chmod +x it):
#!/bin/sh
svn stat &#124; egrep &#039;(php)&#124;(phtml)&#039; &#124; awk &#039;{print &quot;php -l &quot; $2}&#039; &#124; sh
You can keep going adding extensions to the regex, if you like...
</description>
		<content:encoded><![CDATA[<p>I put the following in ~/bin/svnlint (don&#8217;t forget to chmod +x it):<br />
#!/bin/sh<br />
svn stat | egrep &#8216;(php)|(phtml)&#8217; | awk &#8216;{print &#8220;php -l &#8221; $2}&#8217; | sh<br />
You can keep going adding extensions to the regex, if you like&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Casey</title>
		<link>http://maggienelson.com/2007/05/how-to-quickly-lint-php-files-in-an-upcoming-svn-commit/comment-page-1/#comment-4</link>
		<dc:creator>Keith Casey</dc:creator>
		<pubDate>Mon, 09 Jul 2007 12:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/blog/?p=8#comment-4</guid>
		<description>Some people are tying CodeSniffer into their commits too:  http://blogs.lib.ncsu.edu/page/web?entry=codesniffer_pear_package
I&#039;ve integrated it into my &quot;build&quot; process in Eclipse and will add it to my Phing script shortly.
</description>
		<content:encoded><![CDATA[<p>Some people are tying CodeSniffer into their commits too:  <a href="http://blogs.lib.ncsu.edu/page/web?entry=codesniffer_pear_package" rel="nofollow">http://blogs.lib.ncsu.edu/page/web?entry=codesniffer_pear_package</a><br />
I&#8217;ve integrated it into my &#8220;build&#8221; process in Eclipse and will add it to my Phing script shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://maggienelson.com/2007/05/how-to-quickly-lint-php-files-in-an-upcoming-svn-commit/comment-page-1/#comment-3</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 15 May 2007 18:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/blog/?p=8#comment-3</guid>
		<description>If you wanted to be mean you could setup a pre-commit handler to run something like what you&#039;ve specified, and reject commits that don&#039;t compile!
Of course, things might not work out 100%.  I&#039;ve not tried it!
</description>
		<content:encoded><![CDATA[<p>If you wanted to be mean you could setup a pre-commit handler to run something like what you&#8217;ve specified, and reject commits that don&#8217;t compile!<br />
Of course, things might not work out 100%.  I&#8217;ve not tried it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
