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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.