This is mainly a question for gstein.
When a commit succeeds, mod_dav_svn sends back a merge-response that
includes the newly created revision like so:
...
<D:prop>
<D:resourcetype><D:baseline/></D:resourcetype>
<D:version-name>1084</D:version-name>
</D:prop>
...
I'm trying to add two new fields to the merge-response, so that it
might look something like this:
<D:prop>
<D:resourcetype><D:baseline/></D:resourcetype>
<D:version-name>1084</D:version-name>
<D:version-date>Tue 20 Nov 2001 14:42:16</D:version-date>
<D:version-author>sussman</D:version-author>
</D:prop>
But I'm a bit paranoid; all of these baseline props seem to be defined
in the DAV namespace. And the merge-response isn't some wonky custom
report response -- it's a repsonse to a well-defined MERGE request.
So I can't just sit around making up new props here, can I? What
should I be doing?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006