Jeeva Chelladhurai writes:
> 
> My cvs repository has some binary files and when I do "cvs log" on some of
> those files I get an error like
> "cvs [log aborted]: invalid rcs file <filename>: premature end of value"

That implies that the repository file has been corrupted.  The current
development version of CVS will give you a bit more information about
exactly what is corrupted.  If you're using some kind of network file
system (NFS, Samba, etc.) to access your repository, that is almost
certainly what caused the corruption.

> I tried to port cvs-1.11.1p1 on my Solaris Intel box but it failed
> complaining "server.c:31: krb5.h: No such file or directory"

That's a known problem with the autoconf setup.  Run ``make distclean''
to get rid of the cached data and then re-run configure with
--without-gssapi.  Or just get the current development version of CVS
instead.

-Larry Jones

It COULD'VE happened by accident! -- Calvin

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

Reply via email to