* Maps to si unlock
*/
protected ScmResult unlock( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters params )
throws ScmException
{
IntegrityUnlockCommand command = new IntegrityUnlockCommand( params.getString( CommandParameter.FILE ) );
command.setLogger( getLogger() );
return command.execute( repository, fileSet, params );
}