You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by vm...@apache.org on 2012/05/25 17:08:10 UTC

svn commit: r1342673 - /subversion/branches/javahl-ra/BRANCH-README

Author: vmpn
Date: Fri May 25 15:08:09 2012
New Revision: 1342673

URL: http://svn.apache.org/viewvc?rev=1342673&view=rev
Log:
On the javahl-ra branch:

* BRANCH-README: Updated to reflect the latest plan

Modified:
    subversion/branches/javahl-ra/BRANCH-README

Modified: subversion/branches/javahl-ra/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/javahl-ra/BRANCH-README?rev=1342673&r1=1342672&r2=1342673&view=diff
==============================================================================
--- subversion/branches/javahl-ra/BRANCH-README (original)
+++ subversion/branches/javahl-ra/BRANCH-README Fri May 25 15:08:09 2012
@@ -1,6 +1,14 @@
-This branch exists to test out the implementation of the repository access
-APIs with JavaHL.
+This branch exists to prepare implementation of the repository access
+APIs with JavaHL. It is being managed as a reintegrate-able branch, with 
+catch-up merges from the trunk.
+
+TODO:
+
+   * Prepare existing code for merging of SVNRa editor       [TODO] 
+   * Apply editor support patches                            [TODO]
+   * Implement reading of state and content of repository    [TODO]
+   * Review                                                  [TODO]
+   * Incorporate feedback                                    [TODO]
+   * Merge to trunk                                          [TODO]
+    
 
-I currently only plan on implementing simple RA APIs in this interface.  I
-have no intention, or desire, to do a full editor implementation, though
-others are willing to do so.