You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/03/16 16:12:17 UTC

svn commit: r1457260 - /subversion/site/publish/faq.html

Author: danielsh
Date: Sat Mar 16 15:12:17 2013
New Revision: 1457260

URL: http://svn.apache.org/r1457260
Log:
* faq.html
  (#http-methods): Add POST to the hardcoded list, and note that it is might 
    become incomplete if we extend HTTPv2.

Modified:
    subversion/site/publish/faq.html

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1457260&r1=1457259&r2=1457260&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Sat Mar 16 15:12:17 2013
@@ -4404,6 +4404,11 @@ installing Subversion from source, by re
      MOVE, COPY, DELETE, LOCK, UNLOCK, MERGE
 </pre>
 
+<p>Note that this list may grow over time: Subversion 1.7+ started using the
+<tt>POST</tt> method when speaking to 1.7+ servers, and it's possible
+that Subversion 1.9+ might start using yet another method when talking
+to 1.9+ servers.</p>
+
 <p>The details of the protocol are documented here:</p>
 
 <a href="http://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-protocol"