[svnbook] r5186 committed - branches/1.8/de/book/ch05-repository-admin.xml

jensmf at users.sourceforge.net jensmf at users.sourceforge.net
Mon Jul 4 13:32:43 CDT 2016


Revision: 5186
          http://sourceforge.net/p/svnbook/source/5186
Author:   jensmf
Date:     2016-07-04 18:32:42 +0000 (Mon, 04 Jul 2016)
Log Message:
-----------
Accepted fix for issue @286 for de version.

Modified Paths:
--------------
    branches/1.8/de/book/ch05-repository-admin.xml

Modified: branches/1.8/de/book/ch05-repository-admin.xml
===================================================================
--- branches/1.8/de/book/ch05-repository-admin.xml	2016-06-30 10:48:49 UTC (rev 5185)
+++ branches/1.8/de/book/ch05-repository-admin.xml	2016-07-04 18:32:42 UTC (rev 5186)
@@ -5157,7 +5157,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).
@@ -5174,7 +5174,7 @@
 anderen Projektarchiv vor.
 …
 $ 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
 Eigenschaften für Revision 0 kopiert (svn:sync-* Eigenschaften übergangen).
 HINWEIS: svn:* Eigenschaften nach LF-Zeilenenden normalisiert (1 Revisionseigenschaften, 0 Knoteneigenschaften).
@@ -5295,7 +5295,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.
@@ -5326,7 +5326,7 @@
 initialisiert wurde, zum Ziel.
 …
 $ svnsync synchronize http://svn.example.com/svn-mirror \
-                      http://svnbook.googlecode.com/svn
+                      https://svn.code.sf.net/p/svnbook/source
 Revision 1 übertragen.
 Eigenschaften für Revision 1 kopiert.
 Revision 2 übertragen.
@@ -5648,7 +5648,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
 $
@@ -5664,7 +5664,7 @@
 das sich unter ZIEL_URL befindet.
 …
 $ svnsync info http://svn.example.com/svn-mirror
-Quell-URL: http://svnbook.googlecode.com/svn
+Quell-URL: https://svn.code.sf.net/p/svnbook/source
 UUID des Quellprojektarchivs: 931749d0-5854-0410-9456-f14be4d6b398
 Letzte zusammengeführte Revision: 4065
 $




More information about the svnbook-dev mailing list