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

Re: Remove Subversion

From: Stephen Butler <sbutler_at_elego.de>
Date: Wed, 27 Feb 2008 11:05:28 +0100

Quoting Tomas <tomas_at_tlec.se>:

> How do I completly remove subversion from my linux-system.
> It has problably been a mess with old an new files that causes the problems
> I have?

Hi Tomas,

If you installed via a package manager, then run it again with the
appropriate command (e.g. 'apt-get remove ...').

If you installed from source, and still have the source tree, look at the
Makefile to see where file were installed. The lines beginning with
"prefix = " and "exec_prefix = " tell you where the subversion executables,
libraries, man pages, etc. were installed. On my computer, both prefixes
are /usr/local. To find the libs, I run 'ls /usr/local/lib/libsvn*'.

If the source tree has been deleted, run 'which svn' to discover the
path to the Subversion executables, which also gives a hint for where to
find the libs.

Hope this helps,
Steve

-- 
Stephen Butler | Software Developer
elego Software Solutions GmbH
Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
fax: +49 30 2345 8695 | http://www.elegosoft.com
Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 11:06:00 CET

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

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