[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] : small doc cleanups

From: David Kimdon <david_at_kimdon.org>
Date: 2003-10-27 12:32:07 CET

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
Received on Mon Oct 27 12:00:13 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.