[svnbook commit] r3222 - trunk/src/en/book

cmpilato noreply at red-bean.com
Mon Jul 28 23:02:23 CDT 2008


Author: cmpilato
Date: Mon Jul 28 23:02:23 2008
New Revision: 3222

Log:
* ch03-advanced-topics.xml
* ch06-server-configuration.xml
  s|read-write|read/write|


Modified:
   trunk/src/en/book/ch03-advanced-topics.xml
   trunk/src/en/book/ch06-server-configuration.xml

Modified: trunk/src/en/book/ch03-advanced-topics.xml
==============================================================================
--- trunk/src/en/book/ch03-advanced-topics.xml	(original)
+++ trunk/src/en/book/ch03-advanced-topics.xml	Mon Jul 28 23:02:23 2008
@@ -2716,7 +2716,7 @@
         filesystem-level permissions to make the file read-only—unless,
         of course, the user has explicitly locked the file.
         When a lock token is present (as a result of using
-        <command>svn lock</command>), the file becomes read-write.
+        <command>svn lock</command>), the file becomes read/write.
         When the lock is released, the file becomes read-only
         again.</para>
 

Modified: trunk/src/en/book/ch06-server-configuration.xml
==============================================================================
--- trunk/src/en/book/ch06-server-configuration.xml	(original)
+++ trunk/src/en/book/ch06-server-configuration.xml	Mon Jul 28 23:02:23 2008
@@ -2978,7 +2978,7 @@
       section.  The value of each option describes the user's level of
       access to the repository path: either
       <literal>r</literal> (read-only) or <literal>rw</literal>
-      (read-write).  If the user is not mentioned at all, no access is
+      (read/write).  If the user is not mentioned at all, no access is
       allowed.</para>
 
     <para>To be more specific: the value of the section names are
@@ -3022,7 +3022,7 @@
 
     <para>Now Sally can write to the <filename>testing</filename>
       subdirectory of the branch, but can still only read other parts.
-      Harry, meanwhile, continues to have complete read-write access
+      Harry, meanwhile, continues to have complete read/write access
       to the whole branch.</para>
 
     <para>It's also possible to explicitly deny permission to someone
@@ -3038,7 +3038,7 @@
 harry =
 </screen>
 
-    <para>In this example, Harry has read-write access to the
+    <para>In this example, Harry has read/write access to the
       entire <filename>bug-142</filename> tree, but has absolutely no
       access at all to the <filename>secret</filename> subdirectory
       within it.</para>
@@ -3109,7 +3109,7 @@
     the <emphasis>first</emphasis> matching rule is the one which gets
     applied to a user.  In the prior example, even though Jane is a
     member of the <literal>paint-developers</literal> group (which has
-    read-write access), the <literal>jane = r</literal> rule will be
+    read/write access), the <literal>jane = r</literal> rule will be
     discovered and matched before the group rule, thus denying Jane
     write access.</para>
 




More information about the svnbook-dev mailing list