Eclipse + CVS use custom commit
- by WizKiranPuttur
Hi All,
My admin has set up the "cvs commit" in a very non traditional way, instead of typing "cvs commit" I use the admin provided "scriptname modified file" to checkin the file to CVS. I am using Eclipse to my day to day work and till now I am using the Eclipse CVS Plugin to checkout the repo,update,compare,etc and use the command line to checkin. I am getting annoyed by having to go to command line to do the commit, is there any way I can make Eclipse accept when I say commit it invokes the admin script instead of "cvs commit" ?
I spoke to Admin and moving the under the cvs pre-commit hooks is not an option.
What can I do ? I know fair amount of "Java" I am willing to do some changes to CVS plugin if I know how and where.
Thanks