[svnbook] r5166 committed - branches/1.7/en

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Mon Jun 20 16:18:26 CDT 2016


Revision: 5166
          http://sourceforge.net/p/svnbook/source/5166
Author:   cmpilato
Date:     2016-06-20 21:18:25 +0000 (Mon, 20 Jun 2016)
Log Message:
-----------
Backport fix for issue #268.

Modified Paths:
--------------
    branches/1.7/en/book/ch05-repository-admin.xml

Property Changed:
----------------
    branches/1.7/en/

Index: branches/1.7/en
===================================================================
--- branches/1.7/en	2016-06-20 21:17:01 UTC (rev 5165)
+++ branches/1.7/en	2016-06-20 21:18:25 UTC (rev 5166)

Property changes on: branches/1.7/en
___________________________________________________________________
Modified: svn:mergeinfo
## -1 +1 ##
-/trunk/en:4202,4211,4216,4226,4231,4251,4261,4267-4270,4273,4296,4299,4305,4316,4320,4328,4335,4352,4364,4368,4370-4372,4374-4375,4378,4380,4382,4384,4386-4387,4390,4392-4393,4463,4516,4742,4958,5041,5043,5082,5089,5094
+/trunk/en:4202,4211,4216,4226,4231,4251,4261,4267-4270,4273,4296,4299,4305,4316,4320,4328,4335,4352,4364,4368,4370-4372,4374-4375,4378,4380,4382,4384,4386-4387,4390,4392-4393,4463,4516,4742,4958,5041,5043,5082,5089,5094,5165
\ No newline at end of property
Modified: branches/1.7/en/book/ch05-repository-admin.xml
===================================================================
--- branches/1.7/en/book/ch05-repository-admin.xml	2016-06-20 21:17:01 UTC (rev 5165)
+++ branches/1.7/en/book/ch05-repository-admin.xml	2016-06-20 21:18:25 UTC (rev 5166)
@@ -2894,7 +2894,7 @@
 another repository.
 …
 $ svnsync initialize http://svn.example.com/svn-mirror \
-                     http://svnbook.googlecode.com/svn \
+                     https://svn.code.sf.net/p/svnbook/source \
                      --sync-username syncuser --sync-password syncpass
 Copied properties for revision 0 (svn:sync-* properties skipped).
 NOTE: Normalized svn:* properties to LF line endings (1 rev-props, 0 node-props).
@@ -2961,7 +2961,7 @@
 with which it was initialized.
 …
 $ svnsync synchronize http://svn.example.com/svn-mirror \
-                      http://svnbook.googlecode.com/svn
+                      https://svn.code.sf.net/p/svnbook/source
 Committed revision 1.
 Copied properties for revision 1.
 Committed revision 2.
@@ -3141,7 +3141,7 @@
 located at DEST_URL.
 …
 $ svnsync info http://svn.example.com/svn-mirror
-Source URL: http://svnbook.googlecode.com/svn
+Source URL: https://svn.code.sf.net/p/svnbook/source
 Source Repository UUID: 931749d0-5854-0410-9456-f14be4d6b398
 Last Merged Revision: 4065
 $




More information about the svnbook-dev mailing list