{
// repopulate everything in the workspace.
// note we do NOT want -t here, we just fill in any missing files
// to the current transaction watermark...
// the update later on will get the extra files
List<File> poppedFiles = accuRev.pop( basedir, null );
if ( poppedFiles != null )
{
extractedFiles.addAll( poppedFiles );
}
else