On 01.04.2010 21:30, Greg Stein wrote:
On Thu, Apr 1, 2010 at 15:12, Jon Trowbridge<t...@google.com> wrote:
...
WebDAV introduces a huge amount of complexity, but as far as I can
tell it buys svn essentially nothing. The design of the protocol
We are able to mount svn repositories on desktops/tools/whatever via
WebDAV. And when auto-versioning is on, then we have many more clients
available. In particular, clients that non-engineers may be using.
...
But regarding the code? Yeah. Much of that code is nearly as old and
ugly and brittle as libsvn_wc. (Sigh; I wrote much of it, too)
...
Hi Greg,
thanks for the explanations. My take-away is
- it's not really specific to WebDAV per se, but about the granularity
of write requests, and
- there's a problem with the robustness of the implementation.
That doesn't make WebDAV a bad protocol, but it might make this
*specific* use of WebDAV a sub-optimal choice for the specific server
platform.
Best regards, Julian