Eclipse plug-in and CVS warnings
Is there a way to make the eclipse plugin ignore cvs warnings ? It treats them as errors. If a commit is successful but there was a warning then the plugin thinks the commit failed and the file doesn't get updated.
For example at the end of a remote-run:
The following warning was reported during the "cvs commit" command.
art: cvs update: warning: `TestUtils.java' was lost
art: ===================================================================
art: Checking out TestUtils.java
art: RCS: /cvsroot/repository/TestUtils.java,v
art: VERS: 1.1
art: ***************
TestUtils.java is a new file. Despite the message above, the file was committed successfully to cvs but not updated locally. This causes problems for further commits.
Thanks,
Hussain
Please sign in to leave a comment.