Hi, I need to extend ScmProvider to support a list method (like svn list). What is the best approach to do that?
I need this functionally for CVS, svn and clearcase. Later we might even add CM Synergy support for maven scm. What is the best approach? Should I use the maven repository or create my own one? I work with eclipse. How should I setup the project compile everything? Zsolt