Ticket Change Details
Not logged in
Overview

Artifact ID: ea2af333cd2bf7ccf946530a0c21310684dc14f4
Ticket: b277fe07a0b7eb4fdff4b2541147d43c1c972091
Referencing a file with an absolute path inside of the repository doesn't work
User & Date: anonymous 2011-03-11 21:18:58
Changes

  1. comment changed to:
    <verbatim>% fs di ~user/src/test/foo.txt
    fossil: file outside of checkout tree: /home/user/src/test/foo.txt
    Exit 1
    </verbatim>
    
    Super easy to reproduce. Pretty cosmetic, but it'd be nice to see fixed. When using deeply nested directories, this becomes a "nice to have." Using a relative path works:
    
    <verbatim>% fs di ../../../../../foo.txt
    # diff output</verbatim>
    
  2. foundin changed to: "c92ec16f81"
  3. private_contact changed to: "84f59114b7eee7088fd7e2932599c69c9ad0761b"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to:
    Referencing a file with an absolute path inside of the repository doesn't work
    
  7. type changed to: "Code_Defect"