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 you
are doing in your script will work just fine.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 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 someone actually adds it. Which normally honors the ignore-glob.


How do I mark a file as deleted?


fossil delete ...


If I do this I can never use addremove again. The checkin script runs 
addremove automatically each time.


This is the script:
fossil addremove --dotfiles
fossil update --force-missing
fossil configuration pull shun
fossil commit --allow-empty --allow-conflict --hash


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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, independent of what the
> > > ignore-glob says.
> > 
> > You have to mark it as deleted. Then it will only be checked in (again),
> > if someone actually adds it. Which normally honors the ignore-glob.
> 
> How do I mark a file as deleted?

fossil delete ...

Joerg
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 world, freedom will have to do." -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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. Then it will only be checked in (again),
if someone actually adds it. Which normally honors the ignore-glob.


How do I mark a file as deleted?

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 someone actually adds it. Which normally honors the ignore-glob.

Joerg
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users