Fossil

Changes On Branch no-race-commit
Login

Changes On Branch no-race-commit

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch no-race-commit Excluding Merge-Ins

This is equivalent to a diff from 8ddeb17d to 82d69e7f

2019-06-29
03:17
Steps to prevent accidental forks during a commit when two users try to commit to the same parent at the same time. The first user to do the autosync pull takes a lock which causes the second user to get a "would fork" error, unless the --allow-fork or --force options are used. ... (check-in: 03cc3329 user: drh tags: trunk)
2019-06-27
21:22
Same as [28549ec2] ... (Closed-Leaf check-in: 7ae81524 user: wyoung tags: inadvertent-checkin)
03:54
Because the sync status updates all occur on the same line make this client warning show up on its own line so the output doesn't get cluttered. ... (Closed-Leaf check-in: 82d69e7f user: andybradford tags: no-race-commit)
2019-06-22
14:54
When doing a commit with autosync enabled, the first autosync now takes a temporary (24-hour) lock on the baseline commit in order to prevent any other connected user from simultaneously committing and creating an accidental fork. ... (check-in: 222fc681 user: drh tags: no-race-commit)
2019-06-21
11:45
Added "How Can Forks Divide Development Effort?" section to www/branching.wiki. ... (check-in: efb104bb user: wyoung tags: trunk)
2019-06-20
17:02
Replaced a mailing list reference with a forum link (reported by a forum user). ... (check-in: 8ddeb17d user: stephan tags: trunk)
16:46
Put --allow-fork back into the fossil ci "would fork" message. Everyone's unhappy now. :) ... (check-in: acb5324c user: wyoung tags: trunk)

Changes to src/checkin.c.

Changes to src/main.c.

Changes to src/xfer.c.