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

Re: Trying to build SVN 1.5 on Ubuntu

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 7 Jun 2008 18:43:50 +0200

On Sat, Jun 07, 2008 at 10:39:42AM -0500, Robert Dailey wrote:
> Well, thanks for the help guys. I think I finally got "make" and "make
> install" to work, and when I go to /usr/local/bin, I see all of the
> subversion programs. However, when I use 'svn' from the command line, it
> says:
>
> bash: /usr/bin/svn: No such file or directory

You deinstalled the Ubuntu subversion package, but your shell still
thinks the svn binary should be in the location where the package had
put it. You can try to run the "rehash" command to make your shell pick
up the new location of the svn command, some shells need this.

Or just start and use a new shell.

And make sure /usr/local/bin is in your shell's $PATH!

If you're using the bash shell, a line like this at the very end
of the file .bashrc in your home directory should do the trick:

 export PATH="/usr/local/bin:$PATH"

> What is wrong? I should be able to do checkouts at this point right?

Yes, you should. In any case, if you type the full path, like
"/usr/local/bin/svn" instead of just "svn", it should definitely work.

Stefan

  • application/pgp-signature attachment: stored
Received on 2008-06-07 18:44:20 CEST

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.