To do tagging with releasing, see the SCM plugin docs on scm:perform-release (the ones here are more helpful: http://www.apache.org/~brett/maven-stage-site/reference/plugins/scm/releasing.html)
There is currently a "create patch" goal which does a diff between the base revision and your working copy. Copying that for the diff between two tags is trivial. - Brett On Thu, 10 Feb 2005 14:35:52 -0500, Tate Austin <[EMAIL PROTECTED]> wrote: > > Hey, I have a CVS server we are trying to use with maven (I have posted > here with a few issues in the last few days about it). This is more of > a speculative question than a technical, but what we would like to be > able to do is when making a release, have the repository find the > difference between what is currently on it and what the last version tag > was. Then generate a patch based on that? So the idea being that every > time we perform a release, it marks that release in CVS and so the next > release it finds the difference between the current files and the state > the files were in at the last tag in the cvs repository? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
