<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; svn</title>
	<atom:link href="http://www.sajithmr.me/tag/svn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 16:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Find and Remove a particular folder or file in Mac/Linux</title>
		<link>http://www.sajithmr.me/find-and-remove-a-particular-folder-or-file-in-maclinux</link>
		<comments>http://www.sajithmr.me/find-and-remove-a-particular-folder-or-file-in-maclinux#comments</comments>
		<pubDate>Tue, 05 Jul 2011 13:32:28 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/find-and-remove-a-particular-folder-or-file-in-maclinux/</guid>
		<description><![CDATA[Open a Terminal, and browser to the folder we want to start recursive deletion and run the following command , for example to delete all folder named .svn find ./ -name &#8220;.svn&#8221; &#124; xargs rm -Rf &#160;]]></description>
			<content:encoded><![CDATA[<p style="clear: both;">Open a Terminal, and browser to the folder we want to start recursive deletion and run the following command , for example to delete all folder named .svn</p>
<p>find ./ -name &#8220;.svn&#8221; | xargs rm -Rf</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/find-and-remove-a-particular-folder-or-file-in-maclinux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony 1.4 Installation Steps</title>
		<link>http://www.sajithmr.me/symfony-1-4-installation-steps</link>
		<comments>http://www.sajithmr.me/symfony-1-4-installation-steps#comments</comments>
		<pubDate>Fri, 29 Oct 2010 09:04:53 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[quick-tips]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony1.4]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/symfony-1-4-installation-steps/</guid>
		<description><![CDATA[1) Set up for SVN repository2)Create three folders trunk, tags and branches (optional) 3)make directory lib/vendor inside trunk folder (or your project folder) 4)CD to lib/vendor folder 5) svn propset svn:externals &#8216;symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0&#8242; . 6) Type: svn update (it will download all the symfony files) 7)Create project:php lib/vendor/symfony/data/bin/symfony generate:project projectname Commit everything (If you need [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both"><a href="http://www.sajithmr.me/wp-content/uploads/2010/10/symfony_logo1.gif" class="image-link"><img class="linked-to-original" src="http://www.sajithmr.me/wp-content/uploads/2010/10/symfony_logo1-thumb.gif" height="37" align="left" width="176" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" />1) Set up for SVN repository<br />2)Create three folders trunk, tags and branches (optional)</p>
<p style="clear: both">3)make directory lib/vendor inside trunk folder (or your project folder)</p>
<p style="clear: both">4)CD to lib/vendor folder</p>
<p style="clear: both">5) svn propset svn:externals &#8216;symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0&#8242; .</p>
<p style="clear: both">6) Type: svn update (it will download all the symfony files)</p>
<p style="clear: both">7)Create project:<br />php lib/vendor/symfony/data/bin/symfony generate:project projectname</p>
<p style="clear: both"> <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Commit everything (If you need you can avoid cache and log from committing)</p>
<p style="clear: both">9) Generate app<br />php symfony generate:app frontend</p>
<p style="clear: both">10) Change permission of cache and log folder to 777</p>
<p style="clear: both">Then it is done, you can now start your project</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/symfony-1-4-installation-steps/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Simple way to upgrade your wordpress</title>
		<link>http://www.sajithmr.me/3-simple-way-to-upgrade-your-wordpress</link>
		<comments>http://www.sajithmr.me/3-simple-way-to-upgrade-your-wordpress#comments</comments>
		<pubDate>Thu, 10 Apr 2008 10:12:08 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[administrators]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/3-simple-way-to-upgrade-your-wordpress/</guid>
		<description><![CDATA[1) Non- Programmers For non programmers or non administrators easy way to upgrade wordpress is using auto-upgrading plugin. Download this plugin from: http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/ Unzip the files into your wp-content/plugin directory and activate the plugin. Go to manage menu and run automatic upgrade. It will do the rest !!! 2) Normal Programmers / Administrators Login into [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/201810960_9932c9cb2f.jpg" alt="Wordpress Upgrade" /></p>
<p><u>1) Non- Programmers </u></p>
<p>For non programmers or non administrators easy way to upgrade wordpress is using auto-upgrading plugin.</p>
<p>Download this plugin from: <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" target="_blank">http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/ </a></p>
<p>Unzip the files into your wp-content/plugin directory and activate the plugin. Go to manage menu and run automatic upgrade. It will do the rest !!!</p>
<p><u>2) Normal Programmers / Administrators</u></p>
<p>Login into your server via putty or ssh and go to your root/www  directory.  (I am explaining the linux server here)</p>
<p>type:</p><pre class="crayon-plain-tag"><code>wget http://wordpress.org/latest.zip

unzip latest.zip

mv ./wordpress/ /path/to/www/root</code></pre><p>It automatically replace all files and maintain all of your old themes and plugins. When you take wp-admin it automatically asks for database upgradation. Just do that. Enough, your new wordpress is ready</p>
<p><u>3) Very Simple Way (for Administrators ) </u></p>
<p>Use wordpress svn while installing wordpress.</p><pre class="crayon-plain-tag"><code>svn co http://svn.automattic.com/wordpress/trunk/</code></pre><p>and when new wordpress upgrade comes, just do</p><pre class="crayon-plain-tag"><code>svn update</code></pre><p>Enough your new wordpress is ready in a single line .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/3-simple-way-to-upgrade-your-wordpress/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

