[svnbook commit] r3290 - trunk/src/en/book

cmpilato noreply at red-bean.com
Thu Sep 4 00:06:00 CDT 2008


Author: cmpilato
Date: Thu Sep  4 00:06:00 2008
New Revision: 3290

Log:
* src/en/book/ch06-server-configuration.xml
  Clarify which username gets credited for a commit in the
  svnserve-over-ssh situation.  

Patch by: Vincent Lefevre <vincent {at} vinc17.org>
          (Tweaked by me.)


Modified:
   trunk/src/en/book/ch06-server-configuration.xml

Modified: trunk/src/en/book/ch06-server-configuration.xml
==============================================================================
--- trunk/src/en/book/ch06-server-configuration.xml	(original)
+++ trunk/src/en/book/ch06-server-configuration.xml	Thu Sep  4 00:06:00 2008
@@ -1115,7 +1115,7 @@
 harry
 
 $ svn list svn+ssh://host.example.com/repos/project
-harry at host.example.com's password:  *****
+harryssh at host.example.com's password:  *****
 
 foo
 bar
@@ -1126,16 +1126,16 @@
       <para>In this example, the Subversion client is invoking a local
         <command>ssh</command> process, connecting to
         <literal>host.example.com</literal>, authenticating as the
-        user <literal>harry</literal>, then spawning a private
+        user <literal>harryssh</literal> (according to SSH user
+        configuration), then spawning a private
         <command>svnserve</command> process on the remote machine
-        running as the user <literal>harry</literal>.  The
+        running as the user <literal>harryssh</literal>.  The
         <command>svnserve</command> command is being invoked in tunnel
         mode (<option>-t</option>), and its network protocol is being
         <quote>tunneled</quote> over the encrypted connection by
         <command>ssh</command>, the tunnel agent.
-        <command>svnserve</command> is aware that it's running as the
-        user <literal>harry</literal>, and if the client performs a
-        commit, the authenticated username will be used as the author
+        If the client performs a commit, the authenticated username
+        <literal>harryssh</literal> will be used as the author
         of the new revision.</para>
 
       <para>The important thing to understand here is that the




More information about the svnbook-dev mailing list