You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/05/08 05:42:43 UTC

svn commit: r1100677 - /subversion/trunk/notes/http-and-webdav/http-protocol-v2.txt

Author: cmpilato
Date: Sun May  8 03:42:42 2011
New Revision: 1100677

URL: http://svn.apache.org/viewvc?rev=1100677&view=rev
Log:
* notes/http-and-webdav/http-protocol-v2.txt: Update the HTTPv2 status.

Modified:
    subversion/trunk/notes/http-and-webdav/http-protocol-v2.txt

Modified: subversion/trunk/notes/http-and-webdav/http-protocol-v2.txt
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/http-and-webdav/http-protocol-v2.txt?rev=1100677&r1=1100676&r2=1100677&view=diff
==============================================================================
--- subversion/trunk/notes/http-and-webdav/http-protocol-v2.txt (original)
+++ subversion/trunk/notes/http-and-webdav/http-protocol-v2.txt Sun May  8 03:42:42 2011
@@ -330,7 +330,7 @@ STATUS
 
     - REPORT against the new "me resource" instead of VCC URI  [DONE]
     - use new URIs to avoid unnecessary PROPFIND discovery     [DONE]
-    - eliminate now-unnecessary wcprops cache
+    - eliminate now-unnecessary wcprops cache                  [DEFERRED]
 
  * Rework ra_serf commit editor implementation to use new direct
    methods as described in the design doc.
@@ -348,4 +348,10 @@ STATUS
     - get me resource, and pegrev stub from OPTIONS          [DONE]
     - use me resource instead of the VCC                     [STARTED]
     - use pegrev stubs instead of get_baseline_info() walks  [STARTED]
-    - use rev stubs for revprop stuff
+    - use rev stubs for revprop stuff                        [DONE]
+    - use POST to 'me' resource to get txn name              [DONE]
+    - set revprops using PROPPATCH on the txn resource       [DONE]
+    - abort edit with DELETE against the txn resource        [DONE]
+    - send write requests against txn and txn root URLs      [DONE]
+    - send X-SVN-Version-Name for out-of-dateness checks     [DONE]
+    - enable pipelined PUTs                                  [OUT-OF-SCOPE]