import svn_runner; import std.stdio; int main(string[] args) { auto r = run_svn(["ls", "https://vcs.gentex.com/svn/embedded_sw"]); return 0; }