Ticket Change Details
Not logged in
Overview

Artifact ID: de266a2a93e2e499b40b0311e912d69e09f483da
Ticket: cf67fa9343e145dee3d2600da7184eaffa8064ce
Fossil crashes when committing
User & Date: anonymous 2010-10-08 14:53:18
Changes

  1. comment changed to:
    I wanted to see if Fossil would be able to pull changesets/revisions from one repo to another (like Hg does). However, during testing, it kept crashing when I tried to commit.
    
    Here are the steps I did:
    <verbatim>
    ** The following commands all occur within the "test1" directory
    $ fossil new tr1.fsl
    $ fossil open tr1.fsl
    $ fossil add file1.txt
    $ fossil ci -m "Initial commit"
    ...Edited file1.txt...
    $ fossil ci -m "Removed some lines"
    $ cd ../test2
    
    ** The following commands all occur within the "test2" directory
    $ fossil clone http://localhost:8080/ tr2.fsl -> success
    $ fossil open tr2.fsl -> success
    ..Edited file 1.txt...
    $ fossil ci -m "Added lines at the end"
    </verbatim>
    
    I am using a Windows 7 box for this.
    
  2. foundin changed to: "[cfbbad3d48] 2010-10-08 10:59:53 UTC"
  3. severity changed to: "Important"
  4. status changed to: "Open"
  5. title changed to: "Fossil crashes when committing"
  6. type changed to: "Incident"