Igor Peshansky <pechtcha <at> cs.nyu.edu> writes: > > Well, editing the CVS files is likely to get you a repository that works > with neither version of cvs. That's why I suggested trying a text mount. > > FWIW, if you really do want to remove all CRs from the CVS administrative > files, you can use > > find . -path \*/CVS/\* -print0 | xargs -r0 grep -lP '\r' | d2u
Or you could use cvschroot, part of the cvsutils package (in fact, this very issue of fixing CRLFs in all my CVS/* files is why I discovered cvschroot, then volunteered to become the cvsutils package maintainer). -- Eric Blake volunteer cygwin cvsutils maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/