Re: SCM initRepo method

2012-03-30 Thread Olivier Lamy
just do it in your coming patch :-) 2012/3/30 Chris Graham chrisgw...@gmail.com: Any ideas of how to get to initialised loggers (from the plexus container) in this method? My only option so far, is a new DefaultLog(). I'd perfer to use the normal ConsoleLogger etc as set up by the container,

Re: SCM initRepo method

2012-03-30 Thread Chris Graham
Heh. Done! -Chris On Fri, Mar 30, 2012 at 6:03 PM, Olivier Lamy ol...@apache.org wrote: just do it in your coming patch :-) 2012/3/30 Chris Graham chrisgw...@gmail.com: Any ideas of how to get to initialised loggers (from the plexus container) in this method? My only option so far, is

Re: SCM initRepo method

2012-03-30 Thread Robert Scholte
Hi, Not every SCM is repository-based. I see more and more differences between SCM's. Should we split it into Client/Server versus Distributed model? -Robert Op Fri, 30 Mar 2012 09:46:51 +0200 schreef Chris Graham chrisgw...@gmail.com: Heh. Done! -Chris On Fri, Mar 30, 2012 at 6:03 PM,

Re: SCM initRepo method

2012-03-30 Thread Chris Graham
True. But that is for another day, as those changes need to be looked at in the light of all of the CMS systems supported, including those in the non-apache codebase. Yes, I do see the need for a higher level of abstraction needed, as the original API's were very much built around CVS, later SVN

SCM initRepo method

2012-03-29 Thread Chris Graham
Any ideas of how to get to initialised loggers (from the plexus container) in this method? My only option so far, is a new DefaultLog(). I'd perfer to use the normal ConsoleLogger etc as set up by the container, and available to any descendants of the AbstractCommand... It's just a nice to have.