On Tue, Feb 07, 2012 at 03:08:12PM -0600, Ryan Schmidt wrote:
> > /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.?
 
There is no need to recompile.

Try setting the "ssh" option in ~/.subversion/config ([tunnels] section)
to this: ssh = /usr/bin/ssh -q

Also make sure you don't have an SVN_SSH environment variable
set to some bogus value.

Reply via email to