<?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: Delete .svn folders recursively using command line</title>
	<atom:link href="http://dev3k.com/blog/2009/10/delete-svn-folders-recursively-using-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev3k.com/blog/2009/10/delete-svn-folders-recursively-using-command-line/</link>
	<description>Web development,Technology,Games and more...</description>
	<lastBuildDate>Thu, 01 Jul 2010 13:32:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Khalil Majdalawi</title>
		<link>http://dev3k.com/blog/2009/10/delete-svn-folders-recursively-using-command-line/comment-page-1/#comment-137</link>
		<dc:creator>Khalil Majdalawi</dc:creator>
		<pubDate>Thu, 01 Jul 2010 13:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev3k.com/blog/?p=321#comment-137</guid>
		<description>more professional way to do it , is to export from svn repository &quot;svn export (file&#124;http)://----/ &quot;</description>
		<content:encoded><![CDATA[<p>more professional way to do it , is to export from svn repository &#8220;svn export (file|http)://&#8212;-/ &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hussam</title>
		<link>http://dev3k.com/blog/2009/10/delete-svn-folders-recursively-using-command-line/comment-page-1/#comment-136</link>
		<dc:creator>Hussam</dc:creator>
		<pubDate>Mon, 28 Jun 2010 18:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://dev3k.com/blog/?p=321#comment-136</guid>
		<description>.. or you can use mercurial (hg) and relieve yourself of the svn headaches :-)</description>
		<content:encoded><![CDATA[<p>.. or you can use mercurial (hg) and relieve yourself of the svn headaches <img src='http://dev3k.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Osama</title>
		<link>http://dev3k.com/blog/2009/10/delete-svn-folders-recursively-using-command-line/comment-page-1/#comment-129</link>
		<dc:creator>Osama</dc:creator>
		<pubDate>Wed, 21 Oct 2009 13:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://dev3k.com/blog/?p=321#comment-129</guid>
		<description>Thanks, a simpler command is rm -rf $(find . -iname .svn)</description>
		<content:encoded><![CDATA[<p>Thanks, a simpler command is rm -rf $(find . -iname .svn)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalil Majdalawi</title>
		<link>http://dev3k.com/blog/2009/10/delete-svn-folders-recursively-using-command-line/comment-page-1/#comment-128</link>
		<dc:creator>Khalil Majdalawi</dc:creator>
		<pubDate>Sun, 18 Oct 2009 08:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://dev3k.com/blog/?p=321#comment-128</guid>
		<description>yah you are right but some times i like the command line its faster and making me feel good about my self :)</description>
		<content:encoded><![CDATA[<p>yah you are right but some times i like the command line its faster and making me feel good about my self <img src='http://dev3k.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad Fahad</title>
		<link>http://dev3k.com/blog/2009/10/delete-svn-folders-recursively-using-command-line/comment-page-1/#comment-127</link>
		<dc:creator>Ahmad Fahad</dc:creator>
		<pubDate>Sun, 18 Oct 2009 07:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://dev3k.com/blog/?p=321#comment-127</guid>
		<description>Thanks for the tip. I actually use something similar to that on Windows, but found using tools like TortoiseSVN makes it easier to simply export the Tree project folder to a different folder, and get a clean copy of your latest code changes.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I actually use something similar to that on Windows, but found using tools like TortoiseSVN makes it easier to simply export the Tree project folder to a different folder, and get a clean copy of your latest code changes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
