new JazzScmCommand( JazzConstants.CMD_LOAD, JazzConstants.ARG_FORCE, repo, fileSet, getLogger() );
if ( fileSet != null )
{
command.addArgument( JazzConstants.ARG_LOCAL_WORKSPACE_PATH );
command.addArgument( fileSet.getBasedir().getAbsolutePath() );
}
// This works in tandem with the Tag Command.
// Currently, RTC can not check out directly from a snapshot.
// So, as a work around, the Tag Command creates a workspace name of the same name as the snapshot.