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

Re: Newbie to Subversion

From: Peter Valdemar Mørch <swp5jhu02_at_sneakemail.com>
Date: 2004-11-30 22:52:02 CET

Janice Cheung jmc2006-at-med.cornell.edu |Lists| wrote:
> whenever i try to do 'svnadmin' i get :
>
> *svnadmin:command not found.*

Ah, this is *much* more helpful than your previous:
> absolutely nothing happens

Which was flat out wrong. Something did happen. You got an error
message. And a useful one at that. The command couldn't be found.

So now we have a chance at a meaningful answer (which of course may be
wrong :-D):

Could it be that the directory subversion got installed to is not in
your PATH environment variable?

You write that make install went fine. But where did it install the
stuff to? And is that directory in your $PATH? (You can always do a make
install again and investigate the output)

prompt:$ echo $PATH
# Check to see whether the place e.g. svnadmin got installed to
# is listed!

A guess: A lot of times things get installed in /usr/local/bin, so:

prompt:$ export PATH=/usr/local/bin:$PATH
# (should get you an svnadmin somewhere...) Try:
prompt:$ svnadmin

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 Tue Nov 30 22:54:12 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.