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

issuing PROPFIND to SVN

From: Jamie Burns <mkgarnek_at_hotmail.com>
Date: 2007-06-20 13:46:51 CEST

Im looking for help issuing a PROPFIND to SVN. Ive tried the following request bodies
<?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop><D:resourcetype/></D:prop></D:propfind> and <?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop><resourcetype xmlns="DAV:"/></prop></propfind> and
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:">
<prop><resourcetype/></prop></propfind> I should get a response with just a resourcetype property for each resource, but SVN returns all properties for a resource. How should SVN behave in this situation? If it should respond with just resourcetype properties, what do l have to send to it? Thanks
_________________________________________________________________
100’s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk/index.html
Received on Wed Jun 20 13:46:53 2007

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.