You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by sb...@apache.org on 2010/06/13 13:16:02 UTC

svn commit: r954202 - /subversion/trunk/notes/wc-ng/design

Author: sbutler
Date: Sun Jun 13 11:16:01 2010
New Revision: 954202

URL: http://svn.apache.org/viewvc?rev=954202&view=rev
Log:
Correct the wc-ng design doc's table of contents.

* notes/wc-ng/design: Edit TOC only.


Modified:
    subversion/trunk/notes/wc-ng/design

Modified: subversion/trunk/notes/wc-ng/design
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/wc-ng/design?rev=954202&r1=954201&r2=954202&view=diff
==============================================================================
--- subversion/trunk/notes/wc-ng/design (original)
+++ subversion/trunk/notes/wc-ng/design Sun Jun 13 11:16:01 2010
@@ -10,17 +10,24 @@ Content
  * Open items / discussion points
  * Problems in wc-1.0
  * Possible solutions
+   - Developer sanity
+   - Speed
+   - Cross node type change representation
+   - Flexibility of metadata storage
+   - Transaction duration / memory management
+   - Working copy stability
+   - Transactional updates
+   - Work queue
  * Prerequisites for a good wc implementation
  * Modularization
  * Implementation proposals for
-   - metadata storage/access abstraction
-   - BASE tree storage/access abstraction
-   - WORKING tree storage/access abstraction
-   - TARGET & MERGE-END tree storage/access abstraction
-   - transactional manipulation API proposal
-   - delta-application algorithm
-      (in light of metadata, tree and textual conflicts)
-   - 
+   - Mapping of svn_wc_entry_t fields to BASE/WORKING
+   - Basic storage mechanics
+   - Metadata schemas
+   - Commit process
+   - Random notes
+   - Code organization
+   - svn_wc.h API
  * Upgrading old working copies
  * Implementation plan