Ticket Change Details
Not logged in
Overview

Artifact ID: bc89fa878d07187461d9ec2201193a43409ea634
Ticket: 61e137bfd734ab61f777cb3c0fb662cfa82bd67f
Incorrect relative paths
User & Date: altufaltu 2011-10-14 08:05:16
Changes

  1. comment changed to:
    In windows, if local-root (local checkout) is at root of a drive, 'status' command when run from root shows additional '../' in file names, which is incorrect.
    
    Recipe:
    <verbatim>
    cd /d d:
    fossil new test.fossil
    fossil open test.fossil
    echo root > root.txt
    mkdir dir
    echo subdir > dir/subdir.txt
    fossil add root.txt dir/subdir.txt
    fossil commit -m "test"
    echo changed > root.txt
    echo changed > dir/subdir.txt
    fossil status
    </verbatim>
    
    The output shows:
    <verbatim>
    repository:   d:/test.fossil
    local-root:   d:/
    ...
    EDITED     ../dir/subdir.txt
    EDITED     ../root.txt
    </verbatim>
    
  2. foundin changed to: "6517b5c857"
  3. private_contact changed to: "a7ec239b1a3401c4229e18dead1ea4225e287fb9"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "Incorrect relative paths"
  7. type changed to: "Code_Defect"