[cvsnt] Problem with committing the file after changes done in Jdeveloper 9.0.3

Glen Starrett grstarrett at cox.net
Mon Oct 13 18:19:37 BST 2003


>  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




More information about the cvsnt mailing list