Ticket Change Details
Not logged in
Overview

Artifact ID: 6e2a055f31ea18a8cf83b8ee98fc8d4ae7c3cc6d
Ticket: 97d8f830b7e5e2505546809e7ec5752fc850111b
Fossil journal file included when adding files
User & Date: anonymous 2010-05-09 10:31:53
Changes

  1. comment changed to:
    A file named "_FOSSIL_-journal" gets added when I try adding a bunch of files into the new repo:
    
    <pre>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</pre>
    
    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.
    
  2. foundin changed to: "[6f9901dd42] 2010-05-02 19:21:11 UTC"
  3. private_contact changed to: "5b06cbfac6af383308ac23d75ace1bba970322f9"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "Fossil journal file included when adding files"
  7. type changed to: "Code_Defect"