Ticket Change Details
Not logged in
Overview

Artifact ID: ec71fa201eb118c7d0535d834843359a40e2ed92
Ticket: 0e5d75657faa7a7cefb3ba8546d2b377e8bee4ed
browsing /doc/ckout shows files not added to repository
User & Date: anonymous 2010-05-24 20:12:28
Changes

  1. comment changed to:
    When browsing /doc/ckout files which are present in the filesystem but not added in the repository are shown.
    
    $ fossil new test.fossil
    $ fossil open test.fossil
    $ fossil server&
    
    http://127.0.0.1:8080/doc/ckout/index.wiki now should show an error as should http://127.0.0.1:8080/doc/tip/index.wiki
    
    $ echo Hello World! > index.wiki
    
    http://127.0.0.1:8080/doc/ckout/index.wiki now should show "Hello World!"
    
    $ fossil commit
    
    Now since the file was not added it is not committed and hence http://127.0.0.1:8080/doc/tip/index.wiki still shows an error.
    http://127.0.0.1:8080/doc/ckout/index.wiki should have been showing something like "file not added to repository" all the time so that it is consistent with the committed state created by committing the checkout.
    
  2. foundin changed to: "[e09af364aa] 2010-03-22 09:38:44"
  3. private_contact changed to: "3ee274ce2d2982add24b2405f53b32a02504dcd8"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    browsing /doc/ckout shows files not added to repository
    
  7. type changed to: "Code_Defect"