View Ticket
Not logged in
Ticket UUID: 97d8f830b7e5e2505546809e7ec5752fc850111b
Title: Fossil journal file included when adding files
Status: Fixed Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-05-09 16:49:42
Version Found In: [6f9901dd42] 2010-05-02 19:21:11 UTC
Description & Comments:
A file named "_FOSSIL_-journal" gets added when I try adding a bunch of files into the new repo:
C:\ARNEL\test1
>fossil open testing2.fsl

C:\ARNEL\test1 >fossil add . ADDED 00-ReadMe.txt ADDED Copydatshit.bat ADDED HashMyFiles.chm fossil: cannot add _FOSSIL_ ADDED _FOSSIL_-journal ADDED lipsum.txt ADDED quittersettings.xml ADDED readme.txt fossil: cannot add testing2.fsl

C:\ARNEL\test1 >fossil rm _FOSSIL_-journal DELETED _FOSSIL_-journal

It does get removed from the list, but it should probably avoid this file as well since it issues an error for the _FOSSIL_ file itself.