Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
> I export the files from CVS repository in Jdev9.0.3 and I > made changes in > one file(Eg1.java) with Check out option and I right click on > that file to > Commit, its not committing > Error: Unable to commit Cvs repository...... > cvs server: Up-to-date failed for 'Eg1.java' > cvs[server aborted]: correct above error list! > Up-to-date check failed means that someone else modified the file in the repository before you checked yours back in. Do a CVS UPDATE and it will merge in the changes from the other dev's update into your sandbox. Then you should be able to commit successfully. Regards, Glen Starrett