You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Kimdon <da...@kimdon.org> on 2003/10/27 11:32:07 UTC

[PATCH] : small doc cleanups

Hi,

While reading about the filesystem etc. in my continued attempt to
improve performance I ran into these little glitches.  Any seconds?

-David

Small documentation cleanups.

* subversion/libsvn_fs/structure (NODE-REVISION and HEADER):  Fill 
  in 'which see' reference.
  (REVISION) : Fill in 'which see' reference.
  (Changes) : Fix description of TEXT-MOD.
* subversion/libsvn_repos/README : lock.c has been renamed to repos.c.


Index: subversion/libsvn_fs/structure
===================================================================
--- subversion/libsvn_fs/structure	(revision 7521)
+++ subversion/libsvn_fs/structure	(working copy)
@@ -141,9 +141,9 @@
 it's possible for a node change kinds from revision to revision, but
 Subversion does not allow this.
 
-PROP-KEY is a key into the `representations' table (which see), whose
-value is a representation pointing to a string (see `strings' table)
-that is a PROPLIST skel.
+PROP-KEY is a key into the `representations' table (see REPRESENTATIONS 
+below), whose value is a representation pointing to a string 
+(see `strings' table) that is a PROPLIST skel.
 
 The KIND-SPECIFIC portions are discussed below.
 
@@ -422,8 +422,8 @@
 
     ("revision" TXN)
 
-where TXN is the key into the `transactions' table (which see) whose
-value is the transaction that was committed to create this revision.
+where TXN is the key into the `transactions' table (see 'Transactions' below)
+whose value is the transaction that was committed to create this revision.
 
 The database contains a table called "revisions", which is a
 record-number table mapping revision numbers onto REVISION skels.
@@ -526,8 +526,8 @@
      - "modify"  : PATH/ID was otherwise modified.
      - "reset"   : Ignore any previous changes for PATH/ID in this txn.
 
-   * TEXT-MOD is a bit specifying whether or not the properties of
-     this node where modified.
+   * TEXT-MOD is a bit specifying whether or not the contents of
+     this node was modified.
 
    * PROP-MOD is a bit specifying whether or not the properties of
      this node where modified.
Index: subversion/libsvn_repos/README
===================================================================
--- subversion/libsvn_repos/README	(revision 7521)
+++ subversion/libsvn_repos/README	(working copy)
@@ -26,6 +26,7 @@
 
   hooks.c:          hook system, called by "cooperative" users of the fs.
 
-  lock.c:           cross-process read/write lock manager, to temporarily
-                    suspend all db3 access when DB_RUN_RECOVERY is
+  repos.c:          repository creation, deletion, recovery etc., 
+                    cross-process read/write lock manager, to temporarily
+                    suspend all db access when DB_RUN_RECOVERY is
                     returned.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] : small doc cleanups

Posted by kf...@collab.net.
David Kimdon <da...@kimdon.org> writes:
> While reading about the filesystem etc. in my continued attempt to
> improve performance I ran into these little glitches.  Any seconds?

+1 on committing these tweaks (& thanks).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org