On Tue, May 19, 2009 at 15:10, Michael Radziej <mir@xxxxxxxx> wrote: > On Tue, May 19, Bert Wesarg wrote: >> And you see the error with all 3? > > Yes > >> >> Can you send the output from 'tg summary --graphviz' too? > > # GraphViz output; pipe to: > # | dot -Tpng -o <ouput> > # or > # | dot -Txlib > > digraph G { > > graph [ > rankdir = "TB" > label="TopGit Layout\n\n\n" > fontsize = 14 > labelloc=top > pad = "0.5,0.5" > ]; > > \t"t/conflicts" -> "master"; > \t"t/python" -> "master"; > \t"t/tg-graph" -> "master"; > } can you remove the '\t' and pipe the resulting file into this command inside your topgit work dir: cat "$file" | gvpr -f share/graph.gvpr Bert > > Michael -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html