protected CheckInScmResult checkin( ScmProviderRepository repository, ScmFileSet fileSet,
CommandParameters parameters )
throws ScmException
{
AccuRevCheckInCommand command = new AccuRevCheckInCommand( getLogger() );
return command.checkIn( repository, fileSet, parameters );
}