Re: [fossil-users] [d8221b9863] Remove deleted file from repo?

2011-08-11 Thread Gilles
On Wed, 10 Aug 2011 18:13:35 +0400, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: Apparently, you're confusing files present in a checkout and *modified* files present in a checkout. Thanks for the clarification. I'll go through the wiki + PDF for more infos.

[fossil-users] [d8221b9863] Remove deleted file from repo?

2011-08-10 Thread Gilles
Hello I delete a file with Windows Explorer that was part of the repository and had been checked out. Now, when I run fossil commit, I get the following error message: = D:\fossil commit C:\fossil.exe: missing file: a8711407.txt C:\fossil.exe: aborting due to prior errors

Re: [fossil-users] [d8221b9863] Remove deleted file from repo?

2011-08-10 Thread Konstantin Khomoutov
On Wed, Aug 10, 2011 at 08:51:42AM +0200, Gilles wrote: I delete a file with Windows Explorer that was part of the repository and had been checked out. Now, when I run fossil commit, I get the following error message: = D:\fossil commit C:\fossil.exe: missing file:

Re: [fossil-users] [d8221b9863] Remove deleted file from repo?

2011-08-10 Thread Gilles
On Wed, 10 Aug 2011 11:11:03 +0400, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: I suspect the file was located in some subdirectory and you tried to `rm` it while being in some other place of the directory structure. Right on. I could successfuly remove the two files. I'll check

Re: [fossil-users] [d8221b9863] Remove deleted file from repo?

2011-08-10 Thread Konstantin Khomoutov
On Wed, 10 Aug 2011 10:31:56 +0200 Gilles gilles.gana...@free.fr wrote: [...] At this point, fossil ls lists two files that are apparently part of the checkout, but running fossil commit or fossil ci simply says nothing has changed. How can I commit those two files? Apparently, you're