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

SVN_SSH and arguments

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Wed, 25 May 2011 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

but a ps -aef after a "svn ls svn+ssh://mysvn" gives:

19110 user 6228 S zsh /home/user/scripts/ssh mysvn svnserve -t

I can add

  ssh = /home/user/scripts/ssh -i /home/user/.ssh/id_rsa-svn

to the .subversion/config file and it works as expected.

Nokia-N900-02-8:~> svn --version
svn, version 1.6.16 (r1073529)
   compiled May 22 2011, 02:59:15

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.apache.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

-- 
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 01:35:42 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.