protected ExportScmResult export( ScmProviderRepository repository, ScmFileSet fileSet,
CommandParameters parameters )
throws ScmException
{
AccuRevExportCommand command = new AccuRevExportCommand( getLogger() );
return command.export( repository, fileSet, parameters );
}