B Smith-Mannschott wrote on Mon, 19 Apr 2010 at 08:08 +0200: > On Sat, Apr 17, 2010 at 16:58, Rainer Dorsch <rdor...@web.de> wrote: > > > and a more recent version in a non-standard dir (which is added to my path > > in .bash_profile) > > add it to your path in .bashrc instead. .bash_profile only gets loaded > by interactive login shells.
Other options: use a custom tunnel (svn+foo://) that takes care to run the correct server-side svnserve. (In my case, I wrote server-side scripts that ignore their argv and run svnserve or nc with the right arguments.) Or use the 'command' authorized_keys directive to create a keypair that can only be used for svn+ssh:// (see <http://svn.apache.org/repos/asf/subversion/trunk/notes/ssh-tricks>).