2014-05-13 3:34 GMT+02:00 Will Parsons <varro@nodomain.invalid>:
> repository:   /home/william/FOSSIL/recepsum.fossil
> local-root:   /home/william/mlc/recepsum-database/
> config-db:    /home/william/.fossil

Your ".fossil" file contains information on which files are locally
changed. The "vfile" table rememberd rid's for each file which
is in the current checkout. Those rid's are searched in
the "blob" table in your "recepsum.fossil" database.

My guess is that you re-cloned "recepsum.fossil" and wrote
it over the original recepsum.fossil file. This can result in
chaned rid's, so the rid's in your ".fossil" file doesn't match
your recepsum.fossil any more. That could result in
exactly the symptoms you are seeing.

You can fix that with:
     fossil checkout f51f0cfb9eed704a0e92364e1e6ea5d6d97c2365 --keep

(The uuid is from the "checkout" line for your "fossil stat")

Regards,
     Jan Nijtmans
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to