On Tue, Sep 3, 2013 at 9:32 PM, Matt Welland <[email protected]> wrote:

> All assuming of course that fossil won't be upset by extraneous stuff in
> the global_config table.
>

AFAIK we have no mechanisms in place for managing the contents of that db.


> Hmm... off topic but interesting, apparently I have 177 checkouts of
> various repos. Undoubtedly most are defunct pointers. Is there an official
> way to clean up that table?
>

You can just delete your ~/.fossil file and it will be created as needed.
i've never poked around in there, but a quick glance suggests...


> sqlite3 ~/.fossil "select count(name) from global_config where name like
> 'ckout:%';"
> 177
>

echo "delete from global_config where name like 'ckout:%'" | sqlite3
~/.fossil

(or equivalent)

should do the trick.

-- 
----- 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