Does anyone know if the necessary functionality is available through Maven SCM? As I understand it, that's what all the scm access goes through.
-- Wendy On Wed, Jan 28, 2009 at 5:15 PM, Christian Edward Gruber <[email protected]> wrote: > I really don't like moving this way. I think that determining whether there > have been changes isn't so freaky if you use repository commands, not > workspace commands to do this. This should work with almost every > client/server SCM system except maybe CVS, and with that you can still > effectively do it with "cvs log -r X,X" (or diff) commands. What worries me > is a shift in the approach of continuum away from a really useful system > based on a limitation of the SCMs. I'd rather have a more functional > continuum that has fall-back approaches for less feature-rich SCM systems.
