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

Re: Complete list of all subversion files installed

From: Peter Valdemar Mørch <swp5jhu02_at_sneakemail.com>
Date: 2004-11-04 16:46:33 CET

Faine, Mark Mark.R.Faine-at-msfc.nasa.gov |Lists| wrote:
> Does anyone have a listing of every file installed when doing a make
> install. I'd like to remove everything and start all over in an effort to
> fix my install. I've been trying for about a month now to get http[s]
> working with subversion and perhaps a complete uninstall, clean-up and
> re-install everything will help fix the problem or at least help in some
> way.

How about:

mkdir ~/bogusInstallationDir
make install PREFIX=~/bogusInstallationDir
find ~/bogusInstallationDir > filelist.txt
rm -rf ~/bogusInstallationDir

?

(And if you do it as a non-root user, you'll detect if the
`make install` tries to install something to "a standard place"...)

Peter

-- 
Peter Valdemar Mørch
http://www.morch.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 4 16:47:22 2004

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.