[svnbook] r5165 committed - trunk/en/book/ch05-repository-admin.xml

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Mon Jun 20 16:17:04 CDT 2016


Revision: 5165
          http://sourceforge.net/p/svnbook/source/5165
Author:   cmpilato
Date:     2016-06-20 21:17:01 +0000 (Mon, 20 Jun 2016)
Log Message:
-----------
Fix issue #268

* en/book/ch05-repository-admin.xml
  Replace instances of our old googlecode repository URL with the new
  SF URL.

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

Modified: trunk/en/book/ch05-repository-admin.xml
===================================================================
--- trunk/en/book/ch05-repository-admin.xml	2016-06-18 13:47:13 UTC (rev 5164)
+++ trunk/en/book/ch05-repository-admin.xml	2016-06-20 21:17:01 UTC (rev 5165)
@@ -2632,7 +2632,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).
@@ -2699,7 +2699,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.
@@ -2879,7 +2879,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