SVNCommand.println(err, "jsvnlook: Repository argument required");
System.exit(1);
}
File reposRoot = new File(getCommandLine().getPathAt(0));
SVNLookClient lookClient = getClientManager().getLookClient();
SVNCommand.println(out, lookClient.doGetUUID(reposRoot));
}
public void run(InputStream in, PrintStream out, PrintStream err) throws SVNException {
run(out, err);
}