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

[PATCH] (book): Give example of SVN_SSH usage

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2006-09-27 21:44:34 CEST

[[[
* src/en/book/ch06.xml
  (svn.serverconfig.svnserve.sshauth): Give an example for SVN_SSH
]]]
Index: ch06.xml
===================================================================
--- ch06.xml (revision 2446)
+++ ch06.xml (working copy)
@@ -865,7 +865,10 @@
       <para>Second, it shows how to define a custom environment
         variable that can override the name of the tunneling program.
         Setting the <literal>SVN_SSH</literal> environment variable is
- a convenient way to override the default SSH tunnel agent.
+ a convenient way to override the default SSH tunnel agent
+ -- for example, to specify a particular private key file to use,
+ you can set it to a string like <literalL>ssh -i
+ /path/to/private/key/file</literal>. .
         But if you need to have several different overrides for
         different servers, each perhaps contacting a different port or
         passing a different set of options to SSH, you can use the

-- 
Firefox:  The one that blocks all the schmutz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 27 21:54:13 2006

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

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