SVN WebDAV HTTP API
Apache Subversion exposes repository operations over HTTP/HTTPS using the WebDAV/DeltaV protocol via the mod_dav_svn Apache module. Clients use OPTIONS, PROPFIND, GET, PUT, REPORT, MKACTIVITY, CHECKOUT, MERGE, COPY, DELETE, and PROPPATCH to perform version control operations including checkout, commit, update, log retrieval, and branching.
Documentation
Specifications
Other Resources
Book
https://svnbook.red-bean.com/
Protocol
https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-usage.html
OpenAPI
#Deltav
#Repository
#Version Control
#Webdav