X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Blake <ebb9 AT byu DOT net> Subject: Re: CVS command returns error Date: Thu, 13 Apr 2006 21:11:25 +0000 (UTC) Lines: 19 Message-ID: <loom.20060413T230645-742@post.gmane.org> References: <5ea470920604131033q72d75d25jf0a03d97f1655e6f AT mail DOT gmail DOT com> <Pine DOT GSO DOT 4 DOT 63 DOT 0604131403540 DOT 27290 AT access1 DOT cims DOT nyu DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/