[svnbook] r4018 committed - * en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Fri Aug 19 09:59:36 CDT 2011


Revision: 4018
Author:   cmpilato at gmail.com
Date:     Fri Aug 19 07:58:35 2011
Log:      * en/book/ch09-reference.xml
   Clarify in the warnings about not using explicit source URLs with
   'svnsync sync' and 'svnsync copy-revprops' that the danger is with
   untrusted users who can change the special r0 props, not just any
   ol' committer.

Suggested by: danielsh
http://code.google.com/p/svnbook/source/detail?r=4018

Modified:
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch09-reference.xml	Thu Aug 18 12:29:56 2011
+++ /trunk/en/book/ch09-reference.xml	Fri Aug 19 07:58:35 2011
@@ -8139,9 +8139,10 @@

            <warning>
              <para>We strongly recommend that you specify the source
-              URL on the command-line, especially when commit access
-              to the mirror server is granted to untrusted
-              users.</para>
+              URL on the command-line, especially when untrusted users
+              have write access to the revision 0 properties
+              which <command>svnsync</command> uses to coordinate its
+              efforts.</para>
            </warning>

          </refsect1>
@@ -8443,9 +8444,10 @@

            <warning>
              <para>We strongly recommend that you specify the source
-              URL on the command-line, especially when commit access
-              to the mirror server is granted to untrusted
-              users.</para>
+              URL on the command-line, especially when untrusted users
+              have write access to the revision 0 properties
+              which <command>svnsync</command> uses to coordinate its
+              efforts.</para>
            </warning>

          </refsect1>




More information about the svnbook-dev mailing list