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

Re: per-repository SVN_SSH?

From: Jules Colding <colding_at_omesc.com>
Date: 2007-06-08 15:45:49 CEST

On Fri, 2007-06-08 at 09:31 -0400, Thomas Harold wrote:
> Jules Colding wrote:
> > Hi,
> >
> > Is is possible to define the ssh command on a per-repository basis?
>
> eh? (I'm not sure what you're asking)

I have a few repositories from gnome checked out and a few of my own. My
problem is that I'm using different identities for these repositories.
My default public key (with passphrase) is used when accessing gnome
repositories but my other public key (no passphrase) is used for my own
repositories.

My SVN_SSH environment variable (in linux) does therefore looks like:

export SVN_SSH="ssh -i $HOME/.ssh/no_passphrase_id_rsa"

if I'm working with my own repositories while it is unset for the gnome
repositories.

It would therefore be a lot more convenient if there was a way to tell
svn to use the above SVN_SSH for my own repositories but not for the
gnome repositories.

Possible?

Thanks,
  jules

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 8 15:46:15 2007

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.