On Aug 7, 2018, at 8:51 PM, Artur Shepilko <[email protected]> wrote: > > When executing 'fossil > open' for a newly created repo, if there're any existing local files > named "manifest" and "manifest.uuid" these get deleted.
Those files are generated by Fossil when you have the default-off setting “manifest” enabled. I’m guessing that Fossil sees the files there, sees that “manifest” is disabled, so it assumes they were left by a previous run with the setting enabled and cleans them up. Maybe it should only delete these files when you say “fossil set manifest 0”? _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

