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

commit_test #11

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-18 20:25:37 CEST

gstein, I wanted to get your feedback about possibly changing some xml
tags in the body request sent during PROPPATCH.

The motivation here is that ra_dav, when sending a PROPPATCH on a
directory, needs to send the working-revision number. Then
mod_dav_svn needs to see that number and determine if the directory is
out-of-date... and thus whether the PROPPATCH should be rejected.

Here's what ra_dav sends:

<?xml version="1.0" encoding="utf-8" ?>
<D:propertyupdate xmlns:D="DAV:" xmlns:C="svn:custom:" xmlns:S="svn:">
<D:set><D:prop><C:foo>bar</C:foo></D:prop></D:set>
</D:propertyupdate>

Does it makes sense to add a new 'S' attribute to the initial
propertyupdate tag? Or add a new self-closing subtag within?

---------------------------------------------------------------------
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:45 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.