On Thu, Sep 7, 2017 at 12:29 AM, Thomas <[email protected]> wrote:
> Hello, > > I got an issue with an empty file that's constantly being deleted whenever > I run the checkin script after another contributor checked in using the > same script. > > The script does: > fossil addremove --dotfiles > fossil update --force-missing > fossil configuration pull shun > fossil commit --allow-empty --allow-conflict --hash > > There's several files with a filesize of 0. They shouldn't go in the > repository, and actually they don't. They're used as flags each contributor > can create to get rid of some messages within some to Fossil unrelated > scripts. > i'm speculating, based on the fact that you're pulling "shun" info, that you once shunned one of those files. ALL empty files have the same hash code, so if you shunned one of them, you've shunned them all. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

