On Sat, Apr 17, 2010 at 16:58, Rainer Dorsch <[email protected]> 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. > I expect that .bash_profile is not executed when I do svn+ssh, but it is when > I do ssh into the host regularly. Yup. But .bashrc should be sourced in both cases. > I have now root access to the server containing the repository, I cannot use > keypair authentification. This isn't relevant. Besides, you *are* using keypair authentification: > r...@blackbox:~/Managed/Daten$ svn checkout > svn+ssh://rdor...@hdcl037/var/svn/OSSM/svn-repository/trunk OSSM > > Enter passphrase for key '/home/rd/.ssh/id_rsa': > rdor...@hdcl037's password: > svn: Expected FS format '2'; found format '4' // ben
