Hello, On 19 July 2015 at 09:45, Alexey V Gorshkov <[email protected]> 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 > > > On 07/19/2015 10:42 AM, Alexey V Gorshkov wrote: >> >> fossil in question: >> >> This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC >> >> >> following sequence of commands locks newly created repository >> ---------- >> >> mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open >> ../test.fossil fossil pull ../test.fossil >> >> ---------- >> after this commands, repository is locked and can not be committed into.
I can confirm that committing doesn't work, however, your remote-url effectively is the local repo itself (check with 'fossil remote-url'). Perhaps related: http://lists.fossil-scm.org:8080/pipermail/fossil-users/2014-June/016929.html I guess this is not a valid use-case, and perhaps a sanity-check would make sense here (in fossil). Michai _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

