Re: SVN_SSH and arguments

2011-05-24 Thread Vincent Lefevre
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 z

Re: SVN_SSH and arguments

2011-05-24 Thread Daniel Shahaf
Vincent Lefevre wrote on Wed, May 25, 2011 at 01:35:15 +0200: > Hi, > > It seems that arguments in SVN_SSH are ignored. I have tested with: > > Nokia-N900-02-8:~> echo $SVN_SSH > /home/user/scripts/ssh -i /home/user/.ssh/id_rsa-svn > Works for me: % SVN_SSH='perl -e "exec qw/ssh/, @ARGV"' $svn