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

Re: Bad URL passed to RA layer

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2001-12-12 22:46:21 CET

John Regal <jcr@flashline.com> writes:

> Ok - now I have installed linux 6.0 and went throught the steps outlined in
> the INSTALL file. The svn binary is there but when I type 'svn --version' I
> get a 'command not found' error. Any ideas?
> thanks

It's always best to cut-and-paste the exact commands you use rather
than simply quoting bits like "when I type 'svn --version' I get..."
If you mean:

$ ls svn
svn
$ svn --version
bash: svn: command not found

then you don't have . in your path. In which case

$ ./svn --version

will work.

Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:52 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.