// This macro executes the 'svn update' command in the Console plugin. String target = buffer.getPath(); command = "svn update " + target; runInSystemShell(view, command); waitForConsole(view); buffer.reload(view);