[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Uninstalling Subversion

From: Kip Warner <Kip_at_TheVertigo.com>
Date: 2006-08-18 23:15:26 CEST

On Sun, 2006-13-08 at 18:02 +0100, Barry Scott wrote:
> On Aug 7, 2006, at 18:07, Daniel Rall wrote:
>
> > Kip, if you're building and installing from source, I suggest using an
> > alternate --prefix argument to configure (e.g. "/usr/local/subversion"
> > instead of "/usr" or "/usr/local").
> >
> > The type of "uninstall" you're looking for becomes a 'mv' or 'rm -r'
> > of the prefix.
>
> Using prefix is a good solution. However here is how to turn install
> into uninstall - so long as the files are not in use else where.
>
> make install DESTDIR=/tmp/qqq
> cd /tmp/qqq
> find . -type f -exec rm {} ';'
> rm -rf /tmp/qqq
>
> Barry
>
>

Barry, you've solved my problem! All I have to do is take a peek inside
the DESTDIR now and just remove everything's equivalent in /usr.
Speaking of which, most of my stuff installs to /usr when I use
packages, but /usr/local when I use install targets for make. Why is
that? What is the difference between local and it's parent?

-- 
Kip Warner
Vertigo
http://TheVertigo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 18 23:16:07 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.