Re: [fossil-users] 'fossil open' and existing local 'manifest' and 'manifest.uuid' files

2018-08-08 Thread Artur Shepilko
> Maybe it should only delete these files when you say “fossil set manifest 0”? Thanks for the info. I also looked up where this happens in the code (manifest_to_disk() in checkout.c [http://fossil-scm.org/index.html/artifact?udc=1=30d687f7642ce389=136]) One way to get around this automatic

Re: [fossil-users] 'fossil open' and existing local 'manifest' and 'manifest.uuid' files

2018-08-08 Thread Warren Young
On Aug 7, 2018, at 8:51 PM, Artur Shepilko 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”

[fossil-users] 'fossil open' and existing local 'manifest' and 'manifest.uuid' files

2018-08-07 Thread Artur Shepilko
By chance, just stumbled upon a curious issue: When executing 'fossil open' for a newly created repo, if there're any existing local files named "manifest" and "manifest.uuid" these get deleted. --- $ mkdir x $ cd x $ ls $ fossil new ../x.fossil $ touch manifest manifest.uuid $ ls