{
ExportScmResult result = export( repository, fileSet, parameters );
if ( result.isSuccess() )
{
return new CheckOutScmResult( result.getCommandLine(), result.getExportedFiles(),
accuRevRepo.getExportRelativePath() );
}
else
{
return new CheckOutScmResult( result.getCommandLine(), result.getProviderMessage(),
result.getCommandOutput(), false );
}
}
AccuRevCheckOutCommand command = new AccuRevCheckOutCommand( getLogger() );