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,

--
   Robert r. Sanders
   Chief Technologist
   iPOV
   www.ipov.net


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to