poppedFiles );
AccuRevExportCommand command = new AccuRevExportCommand( getLogger() );
CommandParameters params = new CommandParameters();
params.setScmVersion( CommandParameter.SCM_VERSION, new ScmTag( "mySnapShot/676" ) );
ExportScmResult result = command.export( repo, new ScmFileSet( basedir ), params );
assertTrue( result.isSuccess() );
assertHasScmFile( result.getExportedFiles(), "exported/file", ScmFileStatus.CHECKED_OUT );