Andreas Volz writes: > > Ahhhh! Perhaps I found the problem. I used another CVS server from > another project. And there is works with binary files! Is the annotate > version and binary stuff of the CVS *server* and not the CVS client a > problem here? I'm not able to log in with a ssh server. Is it possible > to get the CVS server version that I use with a client?
Yes, that's the problem. The CVS client does very little processing, almost everything is done on the server. You can display both the client and server versions by using ``cvs version'' (not --version). The problematic server is running CVS 1.11.1p1, which is positively ancient and predates the change to avoid annotating binary files. -Larry Jones The game's called on account of sudden death. -- Calvin _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
