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