o.k. I think I know what is going on. I was able to get ssh to echo my
path and it appears to be o.k., but my LD_LIBRARY_PATH is not set
correctly. I have this setting in my ".profile" but I guess that does
not get picked up when executing a command through SSH. So, where does
one need to set things like this in order for SSH to pick them up? This
is more of a shell question now versus a subversion question.
Thanks,
Tony
Tobias Ringstrom wrote:
> Anthony E. Glover wrote:
>
>> I also have been able to establish SSH sessions to the server using
>> my SSH client; so, I know that SSH works o.k. The only thing I'm not
>> sure of is whether or not I have to do anything on the client or
>> server to allow the "port forwarding/tunneling" to work.
>>
>> Any ideas?
>
>
> Does
>
> ssh myIPnumber svnserve -t
>
> work? svnserve must be in your path, and the path used by ssh is very
> limited. Try
>
> ssh myIPnumber 'echo $PATH'
>
> /Tobias
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 14 17:18:06 2004