This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Win XP SP2: cvs over ssh problems


On Tue, 14 Sep 2004, Christopher Cobb wrote:

> Igor Pechtchanski <pechtcha <at> cs.nyu.edu> writes:
> >
> > > authentication dat' from cvs servering.
> >   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^!!!
> > > (never returns)
> >
> > I'm a bit concerned about the "ing" above (marked with "!!!").  Looks like
> > you have intermixed the outputs of programs somehow...
>
> Facinating.  A subsequent run produced this (slightly different) output:
>
> $ cvs status myFile.txt
> cvs status: warning: unrecognized response `Warning: No xauth data; using fake
> a' from cvs servera for X11 forwarding.
> ^^^^^^^^^^^^^^^!!!!!!!!!!!!!!!!!!!!!

Probably an stdout buffering artifact.  Try

cvs status myFile.txt >out 2>err

and examine the out and err files.

Did you try setting CVS_RSH to "/usr/bin/ssh -x"?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]