Ticket Change Details
Not logged in
Overview

Artifact ID: 3619967a4d1b6d71147b1a0bd57a9f82200e20f4
Ticket: 24b002f7312234cf282909282c8691aac0a06d20
Windows: Operating fossil from a read-only directory says it is 'not within an open checkout'
User & Date: altufaltu 2012-03-27 04:16:00
Changes

  1. comment changed to:
    <pre>
    fossil new test.fsl
    fossil open test.fsl --nested
    mkdir a
    echo aaa > a\a.txt
    fossil add a\a.txt
    fossil commit -m "test"
    cd a
    fossil status
    cd ..
    attrib +r a
    cd a
    fossil status
    fossil.exe: not within an open checkout   <--- problem
    cd ..
    fossil version
    This is fossil version 1.22 [5dd5d39e7c] 2012-03-19 12:45:47 UTC
    </pre>
    
  2. foundin changed to: "[5dd5d39e7c]"
  3. severity changed to: "Important"
  4. status changed to: "Open"
  5. title changed to:
    Windows: Operating fossil from a read-only directory says it is 'not within an open checkout'
    
  6. type changed to: "Code_Defect"