Ticket Change Details
Not logged in
Overview

Artifact ID: 0c4f103420fb7ad894d0fe69eabb9c8fa5ede823
Ticket: ee97701f4c5a7db691baf1cf79bc9cc39fee56e0
"fossil add" broken for repos opened into "/"
User & Date: anonymous 2011-03-17 23:38:52
Changes

  1. comment changed to:
    When a fossil repository has been opened from the root directory ("/"), the attempt to "fossil add" a file results in:
     
     fossil: file outside of checkout tree: <filename>
    
    Trying to add a whole subdir additionally prints out a SQL error message:
     
     fossil: SQLITE_BUSY: statement aborts at 2: [ROLLBACK] cannot rollback transaction - SQL statements in progress
    
    But once a file has been added (e.g. from a "mount -obind" of / to a subdir), it can be committed from / just fine.
    
  2. foundin changed to: "9ca5bbf8a6"
  3. private_contact changed to: "657fecc17bdc2306d28088355d2cfe0485c38cab"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: ""fossil add" broken for repos opened into "/""
  7. type changed to: "Code_Defect"