> I don't understand. You said you did:
>
> fossil add file1.txt
> fossil add FILE1.txt
> fossil commit
>
> And that worked even though "file1.txt" did not exist? You should
> have gotten an error. But even if it did work,
Ok I misunderstood what I did. I added a file with the wrong case, but
the file existed. Then I added it again with proper case (because the
ui view annoyed me that the case was wrong). After that I removed the
file that was added with the wrong case, but the file still shows in the
ui.
>
> fossil rm file1.txt
> fossil commit
>
> ... should remove the file. Perhaps I do not understand what you
did...
>
To reproduce follow these steps:
PS C:\fossil\test> fossil ver
This is fossil version [37f295c310] 2009-09-21 19:19:20 UTC
PS C:\fossil> fossil new test.f
project-id: e58b8d3745d5a397d08583951cad20fae1888caa
server-id: 9e40cca78ef69029c8c47d95b19f2a0d2ca801e1
admin-user: rwilso20 (initial password is "4d2d48")
PS C:\fossil> md test
PS C:\fossil> cd test
PS C:\fossil\test> fossil open ..\test.f
PS C:\fossil\test> notepad Imaginary.txt
PS C:\fossil\test> ls
Directory: Microsoft.PowerShell.Core\FileSystem::C:\fossil\test
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 10/15/2009 5:14 PM 4 Imaginary.txt
-a--- 10/15/2009 5:13 PM 7168 _FOSSIL_
PS C:\fossil\test> fossil add imaginary.txt
ADDED imaginary.txt
PS C:\fossil\test> fossil add Imaginary.txt
ADDED Imaginary.txt
PS C:\fossil\test> fossil commit
notepad "C:/fossil/test/ci-comment-74FA237F5C43.txt"
'gpg' is not recognized as an internal or external command,
operable program or batch file.
unable to sign manifest. continue [y/N]? y
New_Version: 7c001eb512264ef9f165188d4535c9f1da807ab6
S C:\fossil\test> fossil ls
NCHANGED Imaginary.txt
NCHANGED imaginary.txt
*** two files in the repo
PS C:\fossil\test> fossil rm imaginary.txt
PS C:\fossil\test> fossil commit
notepad "C:/fossil/test/ci-comment-DC9C4377A285.txt"
'gpg' is not recognized as an internal or external command,
operable program or batch file.
unable to sign manifest. continue [y/N]? y
New_Version: e55eef8d5f1d0f199182225dc87b2e5d7584e758
PS C:\fossil\test> fossil ls
UNCHANGED Imaginary.txt
*** one file in the repo
PS C:\fossil\test> fossil ui
Listening for HTTP requests on TCP port 8080
Launch webbrowser: start http://127.0.0.1:8080/
Type Ctrl-C to stop the HTTP server
*** both files still show at http://127.0.0.1:8080/dir
Ron Wilson, Engineering Project Lead
(o) 434.455.6453, (m) 434.851.1612, www.harris.com
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users