[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN_SSH and arguments

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Wed, 25 May 2011 02:02:04 +0200

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 <vincent@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)
Received on 2011-05-25 02:02:32 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.