DAV locking question
From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2005-01-12 19:28:26 CET
Hey Greg Stein,
I'm wondering if I've found a bug or weirdness in mod_dav's locking
Neon sends a totally rfc-compliant LOCK request with a body like this:
<?xml version="1.0" encoding="utf-8"?>
But then when I peer directly into the svn repository with 'svnadmin
UUID Token: opaquelocktoken:e7b934b9-7eed-0310-a22f-e4167952b748
That's pretty odd. In my dav_svn_append_lock() provider callback, I'm
But sure enough, I see this comment in the definition of the dav_lock
const char *owner; /* (XML) owner of the lock */
Whassup with that? Is there a reason that the owner field is being
Is my provider supposed to strip that XML stuff away? And if so, how?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.