<?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: Uninstalling subversion (or any package you&#8217;ve compiled manually)</title>
	<atom:link href="http://webexpose.org/2008/09/22/uninstalling-subversion-or-any-package-youve-compiled-manually/feed/" rel="self" type="application/rss+xml" />
	<link>http://webexpose.org/2008/09/22/uninstalling-subversion-or-any-package-youve-compiled-manually/</link>
	<description>views from the changing web</description>
	<pubDate>Wed, 08 Sep 2010 01:43:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: panzi</title>
		<link>http://webexpose.org/2008/09/22/uninstalling-subversion-or-any-package-youve-compiled-manually/comment-page-1/#comment-38436</link>
		<dc:creator>panzi</dc:creator>
		<pubDate>Tue, 18 Nov 2008 21:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/?p=47#comment-38436</guid>
		<description>You should change the last 2 commands to:

cat svnfilelist &#124; awk '{print $12;}' &gt; svnfilenames
cat svnfilenames &#124; while read name; do if [ -f "$name" ]; then echo "$name"; fi; done &gt; svnfilenames2
cat svnfilenames2 &#124; xargs sudo rm -rf


This filters out the directories because directories like /usr/bin could end up in the list, too!</description>
		<content:encoded><![CDATA[<p>You should change the last 2 commands to:</p>
<p>cat svnfilelist | awk &#8216;{print $12;}&#8217; &gt; svnfilenames<br />
cat svnfilenames | while read name; do if [ -f "$name" ]; then echo &#8220;$name&#8221;; fi; done &gt; svnfilenames2<br />
cat svnfilenames2 | xargs sudo rm -rf</p>
<p>This filters out the directories because directories like /usr/bin could end up in the list, too!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
