Does anyone know why the ClearCaseScmProvider class doesn't implement the following two methods:
AddScmResult add( ScmRepository, ScmFileSet, CommandParameters ) RemoveScmResult add( ScmRepository, ScmFileSet, String ) I did notice that there are what appear to be implementations for these in the ClearCaseAddCommand and ClearCaseRemoveCommand classes, but I'm trying to determine why they are not being used by the ClearCaseScmProvider class. Thanks, Mark Russell