Can you post traces for the request and response?
It might also be useful to compare the request/response when using the
svn client.
-James
On Wed, 2004-12-29 at 17:54 -0600, Robert r. Sanders wrote:
> I don't know how much support the WebDAV client lib has for being a
> generic WebDAV tool; but I am trying to use it as such.
>
> Currently I am trying to connect to a Subversion server over WebDAV and
> list all resources in a collection/directory; the code is:
>
> WebdavResource resource = new WebdavResource("http://myserver/svn/",
> true);
>
> WebdavResources children = resource.getChildResources();
>
>
> but when I iterate over the WebdavResources all I see is the collection
> itself, and any files it contains. I know there are several
> sub-collections/directories, but they are not being reported. I ended
> up installing Ethereal to see what was going on, so I can send the HTTP
> trace if that helps; but I thought I'd start without it in case I am
> missing something more basic.
>
> Thanks,
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]