Re: [fossil-users] Empty file constantly being deleted

2017-09-09 Thread Thomas
On 2017-09-08 15:51, David Mason wrote: On 8 September 2017 at 10:47, Thomas > wrote: If I do this I can never use addremove again. The checkin script runs addremove automatically each time. If it's in the ignore-glob file, addremove won't add it.  So put

Re: [fossil-users] Empty file constantly being deleted

2017-09-08 Thread David Mason
On 8 September 2017 at 10:47, Thomas wrote: > If I do this I can never use addremove again. The checkin script runs > addremove automatically each time. > If it's in the ignore-glob file, addremove won't add it. So put in the ignore-glob, remove it once, clean up the shun, commit, and then what

Re: [fossil-users] Empty file constantly being deleted

2017-09-08 Thread Thomas
On 2017-09-08 15:01, Joerg Sonnenberger wrote: On Fri, Sep 08, 2017 at 02:49:16PM +0100, Thomas wrote: On 2017-09-08 09:48, Joerg Sonnenberger wrote: On Thu, Sep 07, 2017 at 11:39:39PM +0100, Thomas wrote: What I mean is, someone who's got that file within the checkout folder automatically cau

Re: [fossil-users] Empty file constantly being deleted

2017-09-08 Thread Joerg Sonnenberger
On Fri, Sep 08, 2017 at 02:49:16PM +0100, Thomas wrote: > On 2017-09-08 09:48, Joerg Sonnenberger wrote: > > On Thu, Sep 07, 2017 at 11:39:39PM +0100, Thomas wrote: > > > What I mean is, someone who's got that file within the checkout folder > > > automatically causes it to be checked in again, ind

Re: [fossil-users] Empty file constantly being deleted

2017-09-08 Thread Stephan Beal
On Fri, Sep 8, 2017 at 3:49 PM, Thomas wrote: > > How do I mark a file as deleted? https://www.fossil-scm.org/index.html/help/rm -- - 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

Re: [fossil-users] Empty file constantly being deleted

2017-09-08 Thread Thomas
On 2017-09-08 09:48, Joerg Sonnenberger wrote: On Thu, Sep 07, 2017 at 11:39:39PM +0100, Thomas wrote: What I mean is, someone who's got that file within the checkout folder automatically causes it to be checked in again, independent of what the ignore-glob says. You have to mark it as deleted

Re: [fossil-users] Empty file constantly being deleted

2017-09-08 Thread Joerg Sonnenberger
On Thu, Sep 07, 2017 at 11:39:39PM +0100, Thomas wrote: > What I mean is, someone who's got that file within the checkout folder > automatically causes it to be checked in again, independent of what the > ignore-glob says. You have to mark it as deleted. Then it will only be checked in (again), if

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Richard Hipp
On 9/7/17, Warren Young wrote: > > The globbing rules are completely reverse-engineered and documented here: > >https://www.fossil-scm.org/fossil/doc/trunk/www/globs.md > > What more is needed? Thanks. I didn't realize that document existed. Maybe I need to add hyperlinks that point to the

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Richard Hipp
On 9/7/17, Warren Young wrote: > > The globbing rules are completely reverse-engineered and documented here: > >https://www.fossil-scm.org/fossil/doc/trunk/www/globs.md > > What more is needed? Thanks. I didn't realize that document existed. Maybe I need to add hyperlinks that point to the

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Thomas
On 2017-09-07 23:32, Ron W wrote: The other type of empty files (actually, just one single file) is used for a test case to check how one part of the project gracefully handles an empty file. So, this file is actually not created by every contributor individually according to thei

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Thomas
On 2017-09-07 23:21, Richard Hipp wrote: On 9/7/17, Thomas wrote: Shunning is not a way to proactively prevent files from being added to a project. I think you probably want to use the ignore-glob. See https://www.fossil-scm.org/fossil/help?cmd=ignore-glob for the documentation on the ignor

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Ron W
On Thu, Sep 7, 2017 at 5:25 PM, wrote: > The other type of empty files (actually, just one single file) is used > for a test case to check how one part of the project gracefully handles > an empty file. So, this file is actually not created by every > contributor individually according to their p

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Warren Young
On Sep 7, 2017, at 4:21 PM, Richard Hipp wrote: > > https://www.fossil-scm.org/fossil/help?cmd=ignore-glob for the > documentation on the ignore-glob setting. I confess that the > documentation is a bit thin at the moment and needs enhancement, but > it is what we have for now. The globbing rul

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Richard Hipp
On 9/7/17, Thomas wrote: > > There's 3 folders in the project. > a > b > c > > I can create a file a/x.ext (empty and file length of 0), which should > not go into the repository. Because if it goes into the repository > everyone else would get that file. The pure existence of that file > changes

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Thomas
On 2017-09-07 22:49, Richard Hipp wrote: On 9/7/17, Thomas wrote: The SHA3 hash for an empty file is in the shun list. What is going to happen if I remove this entry? Would all those "suppress warning" files be distributed among the team, i.e. would I with my next checkin turn off all warning

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Richard Hipp
On 9/7/17, Thomas wrote: > > The SHA3 hash for an empty file is in the shun list. What is going to > happen if I remove this entry? Would all those "suppress warning" files > be distributed among the team, i.e. would I with my next checkin turn > off all warning messages for everyone else? I do n

Re: [fossil-users] Empty file constantly being deleted

2017-09-07 Thread Thomas
On 2017-09-07 00:48, Richard Hipp wrote: On 9/6/17, Thomas wrote: If I unshun a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a now the next one to check in (run the check-in script) would cause all the other empty files to be distributed to everyone else, wouldn't they? Why ar

Re: [fossil-users] Empty file constantly being deleted

2017-09-06 Thread Richard Hipp
On 9/6/17, Thomas wrote: > > If I unshun > a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a now the > next one to check in (run the check-in script) would cause all the other > empty files to be distributed to everyone else, wouldn't they? > > Why are those not removed, by the way?

Re: [fossil-users] Empty file constantly being deleted

2017-09-06 Thread Thomas
On 2017-09-06 23:45, Richard Hipp wrote: On 9/6/17, Stephan Beal wrote: 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. I was stumpe

Re: [fossil-users] Empty file constantly being deleted

2017-09-06 Thread Richard Hipp
On 9/6/17, Stephan Beal wrote: > > 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. > I was stumped. Then I read Stephan's theory and

Re: [fossil-users] Empty file constantly being deleted

2017-09-06 Thread Stephan Beal
On Thu, Sep 7, 2017 at 12:29 AM, Thomas 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 --forc

[fossil-users] Empty file constantly being deleted

2017-09-06 Thread Thomas
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 --allo

[fossil-users] Empty file constantly being deleted

2017-09-06 Thread Thomas
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 --allo