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.

However, every time after a particular contributor checked in by running the above script, one of these files is removed by Fossil here after I ran the check-in script.

He doesn't have this file in his checkout, but he also doesn't have lots of other files with a size of 0 in his checkout, but those are not removed here.

How would I go on about finding the reason for this to me strange behaviour?


Cheers
Thomas
_______________________________________________
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