Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
> I have found on the internet the following command but it does not seem > to work. I have tried it in a dos command prompt and it is complaining > about xargs not recognized as an internal or external command > > find foo -regex .*CVS/Root -print0 | xargs -0 perl -p -i.orig -e > "s/cvsanon/bar/;" Do you really mean DOS? These commands are obviously meant for a *nix environment. I guess you know fiddling with the CVS control file is not encouraged and checking out the modules again is the recommend "fix, but in Windows (NT and above) you can use the FOR command to find the Root files. This is a simple batch file I use: http://www.cvsnt.org/pipermail/cvsnt/attachments/20040928/d8c7b877/attachment.txt And my orignial post: http://www.cvsnt.org/pipermail/cvsnt/2004-September/015103.html -Flávio