svn commit: [svnbook source]:[5041] trunk/en/book/ref-svn.xml

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Thu Aug 6 15:01:46 CDT 2015


Revision: 5041
          http://sourceforge.net/p/svnbook/source/5041
Author:   cmpilato
Date:     2015-08-06 20:01:45 +0000 (Thu, 06 Aug 2015)
Log Message:
-----------
[tickets:#230] Errant URL in svn relocate example in subcommand reference

* en/book/ref-svn.xml
  (svn.ref.svn.c.relocate): Fix URL in relocate-to-SSL example (to
    actually have 'https' ... duh).

Reported by: Jose A. Nunez <taino19xx{__AT__}users.sf.net>

Modified Paths:
--------------
    trunk/en/book/ref-svn.xml

Modified: trunk/en/book/ref-svn.xml
===================================================================
--- trunk/en/book/ref-svn.xml	2015-06-14 15:41:05 UTC (rev 5040)
+++ trunk/en/book/ref-svn.xml	2015-08-06 20:01:45 UTC (rev 5041)
@@ -5517,7 +5517,7 @@
 
       <informalexample>
         <screen>
-$ svn relocate http://svn.company.com/repos/trunk
+$ svn relocate https://svn.company.com/repos/trunk
 $
 </screen>
       </informalexample>





More information about the svnbook-dev mailing list