Unico Hommes wrote: > I noticed I sometimes have a problem with eclipse. I try to check my > commits since I noticed this problem. As far as webdav block is > concerned I am currently only working in davmap samples area so AFAIAC > no problem if you want to clean it up there. > > But then, I just ran the find|grep command I found in the archive and it > did not return any files in webdav area nor sitemap-viewer area: > > [EMAIL PROTECTED] /cygdrive/d/apache/cocoon-2.1/src/blocks > $ find . -type f | xargs grep -l '^M'
Try running the command as shown at http://cocoon.apache.org/community/committer.html except add the "-w" option to grep. --David
