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

Re: Subversion reports error.

From: Masaru Kitajima <tachi.silver_at_gmail.com>
Date: Wed, 8 Feb 2012 06:21:27 +0900

Hi, all

Ryan, thanks for telling me to Reply All to make our conversation stays on the
mailing list.

On 2012/02/08, at 6:08, Ryan Schmidt wrote:
> You should Reply All so that our conversation stays on the mailing list so others can benefit from it.
>
> On Feb 7, 2012, at 14:48, Masaru Kitajima wrote:
>
>> Hi Ryan,
>>
>> Thank you for replying to me.
>>
>> Yes, when I type "which ssh", the server tells me"/usr/bin/ssh".
>>
>> I installed Subversion in order I mention below.
>> %mkdir -p $HOME/usr/local
>> %mkdir -p $HOME/src/subversion
>> %cd $HOME/src/subversion
>> %wget http://subversion.tigris.org/downloads/subversion-1.6.15.tar.gz
>> %wget http://subversion.tigris.org/downloads/subversion-deps-1.6.15.tar.gz
>> %tar xzf subversion-1.6.15.tar.gz
>> %tar xzf subversion-deps-1.6.15.tar.gz
>> %cd subversion-1.6.15
>> %./configure --prefix=$HOME/usr/local
>> %gmake prefix=$HOME/usr/local
>> %gmake prefix=$HOME/usr/local install
>> %mkdir $HOME/svn
>> %cd $HOME/svn
>> %svnadmin create reps
>>
>> /usr/bin_ssh exists and works. So, I need to rebuild Subversion, I understand.
>> But how can I tell it the correct ssh path?
>
> I'm not sure, I just assumed that, since the error message said "usr/bin/ssh", which is not a valid path, instead of "/usr/bin/ssh", that something must be telling Subversion to use that wrong path. Do you perhaps have an environment variable set (such as SVN_SSH) that mentions that path? Or something in your .profile, .bash_profile, .bashrc, etc.?

I typed "echo SVN_SSH" then server says "undefined variable". And nothing found in the files you mentioned.

> P.S: If you're building from source, why use an old version? If you require the 1.6.x branch for some reason, then 1.6.17 is the latest version of that branch, but 1.7.2 is the latest stable version, so I recommend you use that instead.

Thanks a lot.

Kindest regards,
Masaru

<><><><><><><><><><><><><><><><><><><><><><><><><><>
Manager / Photographer / Lecturer / Writer
Masaru Kitajima

E-mail:tachi.silver_at_gmail.com
blog:http://www.section-9.jp/blog/bluez/

<><><><><><><><><><><><><><><><><><><><><><><><><><>
Received on 2012-02-07 22:22:04 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.