Hi,<div><br></div><div>I have some updates:</div><div>- About HTTP WebDAV Server : apparently it is not as dead as the official website is claiming, but PEAR package is not up-to-date. An easy way to update to the latest version from SVN is to run the small script in attachement in owncloud/inc/ repository. It is an incomplete and ugly solution though since my script doesn't update the file inc/HTTP/WebDAV/Server/Filesystem.php. So I also join this  a  modified Filesystem.php  that is working for me (but I'm really not sure of my modifications).<br>
<br>(Also my modifications will be available in <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 12px;">git@gitorious.org:~bzhbok/owncloud/bzhboks-owncloud.git hopefully soon - if I don't mess up with git)<br>
</span></span></div>
<div><br></div><div> With this new version I was able to run litmus test suite quite succesfully:</div><div><div>make -k URL=http://[myip]/owncloud/webdav/owncloud.php CREDS="[login] [passwd]" check</div><div>-> running `basic':<br>
 0. init.................. pass<br> 1. begin................. pass<br> 2. options............... pass<br> 3. put_get............... pass<br> 4. put_get_utf8_segment.. pass<br> 5. put_no_parent......... pass<br> 6. mkcol_over_plain...... pass<br>
 7. delete................ pass<br> 8. delete_null........... pass<br> 9. delete_fragment....... pass<br>10. mkcol................. pass<br>11. mkcol_again........... pass<br>12. delete_coll........... pass<br>13. mkcol_no_parent....... pass<br>
14. mkcol_with_body....... pass<br>15. finish................ pass<br><- summary for `basic': of 16 tests run: 16 passed, 0 failed. 100.0%<br>-> running `copymove':<br> 0. init.................. pass<br> 1. begin................. pass<br>
 2. copy_init............. pass<br> 3. copy_simple........... pass<br> 4. copy_overwrite........ FAIL (COPY overwrites collection: 409 Conflict)<br> 5. copy_nodestcoll....... pass<br> 6. copy_cleanup.......... pass<br> 7. copy_coll............. pass<br>
 8. copy_shallow.......... pass<br> 9. move.................. pass<br>10. move_coll............. pass<br>11. move_cleanup.......... pass<br>12. finish................ pass<br><- summary for `copymove': of 13 tests run: 12 passed, 1 failed. 92.3%<br>
<br><br><div><br>
</div><div>This is good news but apparently it doesn't solve the bug with dolphin or konqueror BUT it is working allright with cadaver...<br><br>Also There is a bug when trying to remove a "folder" (collection) with a space character in dolphin or konqueror : for example if I ask to remove "New Folder", it will try to remove "New" and "Folder"...<br>
<br>Last question: shall we make bug reports on <a href="http://bugs.kde.org">bugs.kde.org</a> ?<br><br><br>bzhbok<br></div></div></div>