On May 5, 2005, at 5:57 AM, Madan US wrote:
>
> <D:post-commit-status>POST-COMMIT temp message</D:post-commit-status>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> like that!!!!
>
D: is the DAV: xml namespace, you're not allowed to invent new DAV:
elements. :-)
But we *can* invent new S:elements. In fact, we just started doing it
in svn 1.2; the client now sends its list of lock-tokens in the MERGE
request inside a new svn: element.
So the only trickiness here is dealing with the protocol compatibility
issues. Obviously, we can make a 1.3 client notice the new element if
the server is new enough to send it. But if we add a new svn: element
to the MERGE response, will older clients get upset and choke on it? I
would try testing a 1.0 and 1.1 client against this idea.
And Branko is right: hooks are always run synchronously; that's why
we so often recommend to users that their post-commit hook run "command
&" on unix or "start command" on windows.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 5 15:07:44 2005