Fossil

View Ticket
Login
2010-05-09
16:49 Fixed ticket [97d8f830b7]: Fossil journal file included when adding files plus 1 other change ... (artifact: 96877977d2 user: drh)
16:49
Prevent adding special files _FOSSIL_-journal, .fos, and .fos-journal to the repository. Ticket [97d8f830b7e5e2] ... (check-in: c193d2c2e0 user: drh tags: trunk)
10:31 New ticket [97d8f830b7] Fossil journal file included when adding files. ... (artifact: 6e2a055f31 user: anonymous)

Ticket Hash: 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
15.91 years ago
Created: 2010-05-09 10:31:53
15.91 years ago
Version Found In: [6f9901dd42] 2010-05-02 19:21:11 UTC
Description:
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.