Unico Hommes wrote: > > > David Crossley wrote: > > > > > > > > Try running the command as shown at > > > > http://cocoon.apache.org/community/committer.html > > > > Are you running the last command on that page, and adding the > > ^M as shown? > > Ah! I assumed that remark didn't apply when you copy/paste. > > Wow that is a lot of files. Looks like basically all of them? > Just to be sure, in the apples block: > > [EMAIL PROTECTED] /cygdrive/d/apache/cocoon-2.1/src/blocks/apples > $ find . -type f | xargs grep -w -l '^M' | xargs file \ > | grep -i text | cut -f1 -d:
The -w goes on the second grep. Ah, i see the problem. The updated committer.html page has not been published. Fixed. However, the command does not seem to work for you on cygwin. All files probably do have ^M on your system. Unico, i did not mean for you, or anyone else, to worry about this issue at this stage. All i want to do is to ensure that people who are working in the webdav block to get their changes committed so that i can go in and clean it up. --David