If you have been using the latest trunk versions of Fossil, you should:

(1) Recompile with the very latests

(2) Check all of your repositories for possible corruption.  You can do
this easily using the command:

      fossil all dbstat --db-check

If you find a repository that gives errors about an incorrect fragment
count, then fix them using:

      fossil sql -R $REPO -cmd  vacuum </dev/null

-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to