monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Ancestry Graph


From: Phil de Joux
Subject: Re: [Monotone-devel] Ancestry Graph
Date: Fri, 20 Aug 2004 13:14:50 +1200
User-agent: Opera M2/7.53 (Win32, build 3850)

On Thu, 19 Aug 2004 20:16:43 -0400, Brian Campbell <address@hidden> wrote:

My personal preference for random file formats is s-expressions, but I can be talked out of that. I'm thinking something like:

(ancestry
  (revision 914188563620ffddd36f0aa36c34610d02aee24b
   (author "address@hidden" "address@hidden" ok)
   (changelog "Foo" "address@hidden" ok)
   (branch "edu.dartmouth.foobar" "address@hidden" ok)
   ...)
  (revision c5e1a26d36fb6fe10b36249f17f2fbc42b504dbf
   (author "address@hidden" "address@hidden" ok)
   (changelog "Bar" "address@hidden" ok)
   (branch "edu.dartmouth.foobar" "address@hidden" ok)
   ...)
  (ancestor c5e1a26d36fb6fe10b36249f17f2fbc42b504dbf
            914188563620ffddd36f0aa36c34610d02aee24b))

Or something like that. It wouldn't be too hard to write a little utility to convert that to VCG or DOT or whatever, while selecting the appropriate information to display. Would anyone object to doing it that way?

What about storing xml then xslt can be used to transform the format?

--
Phil de Joux




reply via email to

[Prev in Thread] Current Thread [Next in Thread]