<?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"
	>
<channel>
	<title>Comments on: *nix tip of the day</title>
	<atom:link href="http://alexbrie.net/1658/nix-tip-of-the-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexbrie.net/1658/nix-tip-of-the-day/</link>
	<description>de 5 ani bloghez despre existenta-mi banala, despre online, internet, proiecte si vise</description>
	<pubDate>Fri, 05 Sep 2008 04:43:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: NB</title>
		<link>http://alexbrie.net/1658/nix-tip-of-the-day/#comment-4943</link>
		<dc:creator>NB</dc:creator>
		<pubDate>Mon, 17 Sep 2007 02:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://alexbrie.net/dev/tips-and-tricks/1658/nix-tip-of-the-day/#comment-4943</guid>
		<description>Yep, Cristian has the nose for these things. You can svn export your current working copy (or remote svn's base copy) directly into the new project. 
 
  svn export . /path/to/other/project

No need to run odd finds.</description>
		<content:encoded><![CDATA[<p>Yep, Cristian has the nose for these things. You can svn export your current working copy (or remote svn&#8217;s base copy) directly into the new project. </p>
<p>  svn export . /path/to/other/project</p>
<p>No need to run odd finds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Strat</title>
		<link>http://alexbrie.net/1658/nix-tip-of-the-day/#comment-4941</link>
		<dc:creator>Cristian Strat</dc:creator>
		<pubDate>Sun, 16 Sep 2007 01:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://alexbrie.net/dev/tips-and-tricks/1658/nix-tip-of-the-day/#comment-4941</guid>
		<description>svn export?</description>
		<content:encoded><![CDATA[<p>svn export?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexbrie.net/1658/nix-tip-of-the-day/#comment-4937</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 14 Sep 2007 17:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://alexbrie.net/dev/tips-and-tricks/1658/nix-tip-of-the-day/#comment-4937</guid>
		<description>thanks for the -d correction. and, yes, you are pedantic :D - really now, why would I have useful files named .svn , and why wouldn't the manual check discover them ;-) ?</description>
		<content:encoded><![CDATA[<p>thanks for the -d correction. and, yes, you are pedantic <img src='http://alexbrie.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> - really now, why would I have useful files named .svn , and why wouldn&#8217;t the manual check discover them <img src='http://alexbrie.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iulian Dogariu</title>
		<link>http://alexbrie.net/1658/nix-tip-of-the-day/#comment-4936</link>
		<dc:creator>Iulian Dogariu</dc:creator>
		<pubDate>Fri, 14 Sep 2007 16:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://alexbrie.net/dev/tips-and-tricks/1658/nix-tip-of-the-day/#comment-4936</guid>
		<description>Call me pedantic, but you'll want to make sure you're removing only directories named .svn, not any file that happens to match the "*.svn" pattern. So you'll want to do something like:

find . -name .svn -type d -ok rm -rf {} ';'

-type d matches only directories.

;-)</description>
		<content:encoded><![CDATA[<p>Call me pedantic, but you&#8217;ll want to make sure you&#8217;re removing only directories named .svn, not any file that happens to match the &#8220;*.svn&#8221; pattern. So you&#8217;ll want to do something like:</p>
<p>find . -name .svn -type d -ok rm -rf {} &#8216;;&#8217;</p>
<p>-type d matches only directories.</p>
<p> <img src='http://alexbrie.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
