I found out that this was something that happens for svn > 1.6.6.
The solution according to old.nabble.com is to add the option
-p
to the ssh command in your svn configuration file ~/.subversion/config
The other problems was
/usr/bin/xauth: error in locking authority file .Xauthority
this got solved by adding the option -x
My line in
~/.subversion/config
is now:ssh = $SVN_SSH ssh -o ControlMaster=no -q -x
No comments :
Post a Comment