<?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>Sun, 05 Feb 2012 02:11:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnulfo Burmeister</title>
		<link>http://webexpose.org/2008/09/22/uninstalling-subversion-or-any-package-youve-compiled-manually/comment-page-1/#comment-136728</link>
		<dc:creator>Arnulfo Burmeister</dc:creator>
		<pubDate>Thu, 28 Jul 2011 05:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/?p=47#comment-136728</guid>
		<description>I would like to thank you for the efforts you have put in writing this web site. I'm hoping the same high-grade blog post from you in the upcoming also. In fact your creative writing skills has encouraged me to get my own site now. Actually the blogging is spreading its wings rapidly. Your write up is a good example of it.</description>
		<content:encoded><![CDATA[<p>I would like to thank you for the efforts you have put in writing this web site. I&#8217;m hoping the same high-grade blog post from you in the upcoming also. In fact your creative writing skills has encouraged me to get my own site now. Actually the blogging is spreading its wings rapidly. Your write up is a good example of it.</p>
]]></content:encoded>
	</item>
	<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>

