monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] monotone evaluation in commercial project [long]


From: Olivier Andrieu
Subject: Re: [Monotone-devel] monotone evaluation in commercial project [long]
Date: Wed, 13 Apr 2005 13:16:34 +0200 (CEST)

 > rghetta [Wed, 13 Apr 2005]:
 > The real problem is getting that information out of monotone
 > without having to parse unformatted data.
 > At the sql level this is trivial, but the cert value is encoded, as
 > you pointed out.

Monotone registers functions to decode cert values. Eg you can do :

monotone db execute "SELECT name, unbase64(value) FROM revision_certs WHERE id 
LIKE '31ba7%'"

There's one for gzipped-base64 values as well ("unpack").

-- 
   Olivier




reply via email to

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