Ticket UUID: | cf67fa9343e145dee3d2600da7184eaffa8064ce | ||
Title: | Fossil crashes when committing | ||
Status: | Closed | Type: | Incident |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Works_As_Designed | |
Last Modified: | 2010-10-08 18:17:27 | ||
Version Found In: | [cfbbad3d48] 2010-10-08 10:59:53 UTC | ||
Description & Comments: | |||
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: ** 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" I am using a Windows 7 box for this. anonymous added on 2010-10-08 15:46:27: wolfgang added on 2010-10-08 16:03:41: The error does not appear, if autosync is switched off. anonymous added on 2010-10-08 18:05:50: I just tried it now and it works. Thanks! anonymous added on 2010-10-08 18:17:27: |