<?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: SVN rename all your CakePHP views from thtml to ctp</title>
	<atom:link href="http://marianoiglesias.com.ar/cakephp/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/feed/" rel="self" type="application/rss+xml" />
	<link>http://marianoiglesias.com.ar/cakephp/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/</link>
	<description>A glimpse at a coder&#039;s troubled mind</description>
	<lastBuildDate>Wed, 30 Jun 2010 11:12:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: dr. Hannibal Lecter [Visitor]</title>
		<link>http://marianoiglesias.com.ar/cakephp/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/comment-page-1/#comment-67</link>
		<dc:creator>dr. Hannibal Lecter [Visitor]</dc:creator>
		<pubDate>Mon, 07 Jul 2008 08:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/1/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/#comment-67</guid>
		<description>Man, sometimes I&#039;d just like to kick some bottoms when I see the poor &quot;command line interface&quot; Windoze has. :-(&lt;br /&gt;
&lt;br /&gt;
So many great things on Unix/Linux...
</description>
		<content:encoded><![CDATA[<p>Man, sometimes I&#8217;d just like to kick some bottoms when I see the poor &#8220;command line interface&#8221; Windoze has. <img src='http://marianoiglesias.com.ar/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>So many great things on Unix/Linux&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: squawk [Visitor]</title>
		<link>http://marianoiglesias.com.ar/cakephp/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/comment-page-1/#comment-66</link>
		<dc:creator>squawk [Visitor]</dc:creator>
		<pubDate>Thu, 29 May 2008 05:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/1/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/#comment-66</guid>
		<description>You can also use the -exec flag in find:&lt;br /&gt;
&lt;br /&gt;
find . -name &quot;*.thtml&quot; -exec svn mv {} `echo {} &#124; sed s/\.ctp/\.thtml/` \;
</description>
		<content:encoded><![CDATA[<p>You can also use the -exec flag in find:</p>
<p>find . -name &#8220;*.thtml&#8221; -exec svn mv {} `echo {} | sed s/\.ctp/\.thtml/` \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario C&#233;sar [Visitor]</title>
		<link>http://marianoiglesias.com.ar/cakephp/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/comment-page-1/#comment-65</link>
		<dc:creator>Mario C&#233;sar [Visitor]</dc:creator>
		<pubDate>Wed, 28 May 2008 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/1/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/#comment-65</guid>
		<description>Thanks ! thank you very much ! :D
</description>
		<content:encoded><![CDATA[<p>Thanks ! thank you very much ! <img src='http://marianoiglesias.com.ar/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mariano.iglesias [Member]</title>
		<link>http://marianoiglesias.com.ar/cakephp/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/comment-page-1/#comment-64</link>
		<dc:creator>mariano.iglesias [Member]</dc:creator>
		<pubDate>Wed, 28 May 2008 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/1/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/#comment-64</guid>
		<description>@Dieter_be: good thinking, though I doubt you could get away with a CakePHP view with a space on it :)
</description>
		<content:encoded><![CDATA[<p>@Dieter_be: good thinking, though I doubt you could get away with a CakePHP view with a space on it <img src='http://marianoiglesias.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter_be [Visitor]</title>
		<link>http://marianoiglesias.com.ar/cakephp/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/comment-page-1/#comment-63</link>
		<dc:creator>Dieter_be [Visitor]</dc:creator>
		<pubDate>Wed, 28 May 2008 19:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/1/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/#comment-63</guid>
		<description>Be careful.  You should put double quotes (&quot;&quot;) around your $file (&quot;$file&quot;) to protect from special characters - such as spaces - in your filenames.
</description>
		<content:encoded><![CDATA[<p>Be careful.  You should put double quotes (&#8220;&#8221;) around your $file (&#8220;$file&#8221;) to protect from special characters &#8211; such as spaces &#8211; in your filenames.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk
Database Caching 9/27 queries in 0.270 seconds using disk

Served from: marianoiglesias.com.ar @ 2010-09-10 22:41:24 -->