X-Spam-Check-By: sourceware.org Date: Thu, 13 Apr 2006 15:34:03 -0400 (EDT) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: Michael Giroux cc: cygwin AT cygwin DOT com Subject: Re: CVS command returns error In-Reply-To: <5ea470920604131033q72d75d25jf0a03d97f1655e6f@mail.gmail.com> Message-ID: References: <5ea470920604131033q72d75d25jf0a03d97f1655e6f AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thu, 13 Apr 2006, Michael Giroux wrote: > Igor, > Thanks for the help. > > SUCCESS!!! almost > > I edited /CVS/Repository to remove the CRLF. > > The status command then produced status for a portion of the > repository. I got an error trying to obtain a directory lock and > status was aborted by the server, but I suspect this is similar to the > other problem. If I dig deep enough, I'll probably find another file > w/ CRLF in it. 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 (not Cygwin-specific). HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- 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/