On Tue, Sep 3, 2013 at 9:08 PM, Ross Berteig <[email protected]> wrote:

> I wonder how hard it would be for fossil to (optionally) keep the
> statistics you are interested in?
>

That's an interesting question. Keeping them locally would be very little
work, actually.

Add a table keyed by fossil command, and simply count invocations of each
> command. The table could be global (wherever global settings are actually
> stored), per-repository, or per-checkout.
>

Per repo is not easy because a rebuild removes any non-core tables and it
wouldn't be worth the trouble to make all this stuff syncable. Adding a
table to the checkout (which will be lost on a close) will be easy to do.

That's a very good idea. Added to my list. Thanks!

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to