mv.add( "memberarchive" );
siViewSandbox.addOption( new Option( "fields", mv ) );
siViewSandbox.addOption( new Option( "recurse" ) );
siViewSandbox.addOption( new Option( "noincludeDropped" ) );
siViewSandbox.addOption( new Option( "filterSubs" ) );
siViewSandbox.addOption( new Option( "cwd", sandboxDir ) );
// Run the view sandbox command
Response r = api.runCommand( siViewSandbox );
// Check-in all changed files, drop all members with missing working files
for ( WorkItemIterator wit = r.getWorkItems(); wit.hasNext(); )