C. Michael Pilato wrote on Tue, Jul 27, 2010 at 10:47:21 -0400: > On 07/27/2010 10:26 AM, Ivan Zhakov wrote: > > On Tue, Jul 27, 2010 at 17:42, C. Michael Pilato <cmpil...@collab.net> > > wrote: > >> On 07/27/2010 03:08 AM, Daniel Shahaf wrote: > >>> For the atomic-revprop branch, the next step is to implement the new API > >>> (svn_ra_change_rev_prop2()) over ra_svn and ra_dav. > >>> > >>> For ra_svn, I'll document the protocol extensions in > >>> <subversion/libsvn_ra_svn/protocol>. > >>> > >>> Where should I document the extensions for the DAV protocol? > >> > >> Alas, we have no protocol documentation for the DAV layers. > >> > > Are you sure? There are several documents in notes\http-and-webdav folder: > > * http-protocol-v2.txt > > * webdav-acl-notes > > * webdav-general-summary > > * webdav-protocol > > * webdav-proxy > > * webdav-usage.html > > Huh. Check that out. I knew about some of these docs, but I don't know > that I've ever looked at 'webdav-protocol'. >
I'll put my docs in that directory, then. Maybe even in 'webdav-protocol' (it already has a GET section, so I could add a PROPPATCH section). Thanks.