Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Mon, 20 Sep 2004 10:49:39 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Joaquim Ballabrera cc: cygwin AT cygwin DOT com Subject: Re: Updated: cvs-1.11.17-1 In-Reply-To: <414EE963.50004@essic.umd.edu> Message-ID: References: <41490BB2 DOT 2030909 AT cwilson DOT fastmail DOT fm> <414EE963 DOT 50004 AT essic DOT umd DOT edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 On Mon, 20 Sep 2004, Joaquim Ballabrera wrote: > Dear Charles Wilson, > > I'm a cygwin user and I have problems using CVS. I'm trying to use the > following command fron cygwin: > > > cvs -d :ext:anoncvs AT savannah DOT gnu DOT org:/cvsroot/gcc co -D 8/25/2004 gcc > > The result is > > ' from cvs serverning: unrecognized response`ok > > and then the program hangs. > > The very same command works smoothly in a SGI workstation. Try piping the result to "cat -A", i.e., > cvs -d :ext:anoncvs AT savannah DOT gnu DOT org:/cvsroot/gcc co -D 8/25/2004 gcc 2>&1 | cat -A You have a ^M (carriage return) character embedded in the output of cvs, and the cat command will show the full output. > In both machines I have > > setenv CVS_RSH ssh > > Question: Do I have to configure CVS in cygwin with any other option? This should be it. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw -- 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/