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

Re: Environment variables in .subversion/config

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 9 Jun 2012 09:21:27 +0300

Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700:
> Hi,
>
> I'd like to use a shared config file for multiple users, but I'm in a
> bit of a bind when it comes to ssh identity files. I'd like to have a
> line like
>
> [tunnels]
> ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity

BTW, have you tried

        [tunnels]
        ssh = $SVN_SSH ssh -q -i ~/.ssh/ssh-identity

?
Received on 2012-06-09 08:22:06 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.