Have your sandboxes been updated to reflect the new version number after the commit? I've seen cases with CVS in which a person would commit code successfully, see in his sandbox (with "cvs status") that the file is up to date, and then find that the new version is missing when running "cvs log".
This happened when using CVS in local mode over NFS, and a bug in the NFS server interpreted a rename(a,b) call as an unlink(a) call in the RCS code under heavy load. To fix this, convert to one of the client/server modes. --- Forwarded mail from [EMAIL PROTECTED] I've been facing this problem for some time now.I check in my code, but the next day when I check out, I find that my changes have not been updated.I thought the problem was probably forgetting to commit etc. (!) but this is happeneing to others as well. I am at a loss as to what to do and what the probelm could be.Any ideas? --- End of forwarded message from [EMAIL PROTECTED] _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
