On 2011-05-25 02:45:39 +0300, Daniel Shahaf wrote: > Works for me: > > % SVN_SSH='perl -e "exec qw/ssh/, @ARGV"' $svn info > svn+ssh://`hostname`//tmp/svn/r1 | grep URL > URL: svn+ssh://d3/tmp/svn/r1
OK, I've found the problem. I'm using a svn wrapper (as a workaround to a svn bug), which is a zsh script, and as zsh sources the .zshenv file, the SVN_SSH variable gets rewritten before the real svn is called. :( -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)