On 7/19/15, Alexey V Gorshkov <[email protected]> wrote: > > > On 07/19/2015 05:51 PM, Joerg Sonnenberger wrote: >> On Sun, Jul 19, 2015 at 10:45:29AM +0300, Alexey V Gorshkov wrote: >>> sorry, missformatted command sequence text >>> >>> mkdir fos >>> cd fos >>> fossil init >>> test.fossil >>> mkdir t >>> cd t fossil >>> open ../test.fossil >>> fossil pull >>> ../test.fossil >> Assuming this is "fossil open ../test.fossil; fossil pull >> ../test.fossil", you are trying to pull from the repository itself, >> which is naturally a dead lock. Why do you expect that to work (or even >> provide something useful)?
I used to have a mechanism that tried to prevent a repository from syncing with itself. But it got in the way of other things, and a self-sync seems harmless enough - sure it deadlocks, but it doesn't actually damage anything as far as I can tell - so I touch the self-sync detection out. >> >> Joerg >> _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > I'm first time fossil user and simply wanted to learn stuff frough > experiments > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

