Fossil SCM
Fossil journal file included when adding files
Fixed
97d8f830b7e5e25…
· opened 15 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- May 9, 2010 10:31 a.m.
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.