[svnbook] r6051 committed - trunk/en/book/ch03-advanced-topics.xml

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Thu Mar 10 19:09:31 UTC 2022


Revision: 6051
          http://sourceforge.net/p/svnbook/source/6051
Author:   cmpilato
Date:     2022-03-10 19:09:30 +0000 (Thu, 10 Mar 2022)
Log Message:
-----------
* ch03-advanced-topics.xml
  (svn.advanced.locking.meanings): Add "SQLite locks" and
    a comment about mutexes.

Patch by: Daniel Shahaf <d.s{__AT__}daniel.shahaf.name>

Modified Paths:
--------------
    trunk/en/book/ch03-advanced-topics.xml

Modified: trunk/en/book/ch03-advanced-topics.xml
===================================================================
--- trunk/en/book/ch03-advanced-topics.xml	2021-10-18 06:11:07 UTC (rev 6050)
+++ trunk/en/book/ch03-advanced-topics.xml	2022-03-10 19:09:30 UTC (rev 6051)
@@ -4057,12 +4057,25 @@
         <indexterm>
           <primary>locks</primary>
           <secondary>svnrdump</secondary>
-        </indexterm>Finally, there are <firstterm>svnrdump
+        </indexterm>Next, there are <firstterm>svnrdump
         locks</firstterm>.  These are very much like svnsync locks, but
         are associated with the <command>svnrdump load</command> command
         (described in <xref linkend="svn.reposadmin.maint.migrate.svnrdump"
         />) instead of <command>svnsync</command>.</para>
 
+      <para>
+        <indexterm>
+          <primary>locks</primary>
+          <secondary>SQLite</secondary>
+        </indexterm>Finally, there are <firstterm>SQLite
+        locks</firstterm>.  These are used by the SQLite library (<ulink
+        url="https://www.sqlite.org/" />) to serialize access to SQLite
+        databases used by Subversion under the hood.  See, for example,
+        the <literal>exclusive-locking</literal> option in <xref
+        linkend="svn.advanced.confarea.opts.config" />.</para>
+
+      <!-- No need to mention svn_mutex__t at this time. -->
+
       <para>You can generally forget about these other kinds of locks
         until something goes wrong that requires you to care about
         them.  In this book, <quote>lock</quote> means the first sort




More information about the svnbook-dev mailing list