[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Plugin version control


My rcp app now has 16 plugins. Currently they are all at 2.0.0. Once the app is released at this level then I only want to publish updates when a plugin changes. There are two of us working on the code and it is all logged in cvs.

I was wondering if anyone has come up with a good way of knowing when a plugin has been changed and so the version needs to be bumped for the next release.

The problem I have is that I know when I am comitting stuff for a plugin but I only want to bump the version on the first edit. Does this mean I have to keep a little bit of paper with all the plugins on it and tick them off the first time I see a change in cvs for thst plugin. With refactors and F3 it is quite difficult to keep track of what plugin you are actually editing code in.

I am not that familiar with cvs so is there an easy way of saying has this plugin changed from the last version in cvs (or from version x in cvs if that is easier).