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