[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

DAV props

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-12-20 18:48:11 CET

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

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.