David Hoag writes:
> 
> $ cvs -version
> 
> Concurrent Versions System (CVS) 1.11 (client/server)
> .... ... more version info....
> 
> $ ssh -l dhoag 192.168.0.1 cvs -version
> 
> Concurrent Versions System (CVS) 1.11 (client/server)
> ... more version info ....

With CVS 1.11, you can just do "cvs version" (that's a command, not an
option, so no -) to get both the client and server version information
in one shot.

> Read from remote host 192.168.0.1: Connection reset by peer
> cvs [commit aborted]: end of file from server (consult above messages
> if any)

That indicates that the server is closing the connection.  That could be
because it is crashing, or it could be because you've got some kind of
access control software (e.g., tcpd) that's denying access to the
server.  Look in the server's TempDir (usually /tmp) for leftover
cvs-serv* directories and core files -- if there aren't any, the server
isn't crashing.

-Larry Jones

Philistines. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to