On Wed, Feb 8, 2012 at 9:10 AM, Leo Razoumov <[email protected]> wrote:
> On Tue, Feb 7, 2012 at 19:26, Richard Hipp <[email protected]> wrote: > > The _FOSSIL_ file contains (among other things) your stash and your undo > > history. What does > > > > sqlite3_analyzer _FOSSIL_ > > > > Hmm, I just compliled/installed sqlite-3.7.10 from its fossil repo and > it did build sqlite3 executable but no sqlite3_analyzer. > Interestingly, target to build sqlite3_analyzer is present in > sqlite-3.7.10's Makefile but it is not part of the install. I will > modify Makefile and will try to build it that way. > Why too much work. Just type "make sqlite3_analyzer" then copy the resulting binary into your $PATH. Or download a precompiled version of sqlite3_analyzer from http://www.sqlite.org/download.html > > --Leo-- > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

