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
_________________________________________________________________
Celeb spotting – Play CelebMashup and win cool prizes
https://www.celebmashup.com/index2.html
Received on Wed Jun 20 13:12:23 2007