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


Igor Pechtchanski <pechtcha <at> cs.nyu.edu> writes:
> 
> 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

$ cat out
(nothing)

$ cat err
cvs status: warning: unrecognized response `Warning: No xauth data; using fake
authentication dat' from cvs servering.

("ing." still there).

$ CVS_RSH="/usr/bin/ssh.exe -x" cvs status myFile.txt     
cvs status: warning: unrecognized response `The system cannot find the path
spec' from cvs server
cvs [status aborted]: end of file from server (consult above messages if any)




--
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]