mehul choube writes: > > only i have acces to this module. i changed the file > and then used cvs commit cmd to commit the changes(acually i have > written a commit.c prog which does the commit work) and it gave > error.
Be that as it may, the error message you're getting means that the revision in your working directory is *not* the most recent revision in the repository. The solution to the problem is to run "cvs update". -Larry Jones Please tell me I'm adopted. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
