Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file src/clone.c version 7915f5ce17
|
2019-06-30
| ||
| 04:27 | Update the change log and the sync protocol documentation for the new check-in locking mechanism that tries to prevent race-condition forks. check-in: 2d7a8a832f user: drh tags: trunk | |
| 03:38 | In the "fossil diff" command, the use of --tclsh implies --tk. check-in: 2655a2d405 user: drh tags: trunk | |
|
2019-06-29
| ||
| 10:21 | Add the --tclsh command to "fossil diff" in order to specify an alternative TCL interpreter. check-in: 9fc945c056 user: drh tags: trunk | |
| 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: 03cc332938 user: drh tags: trunk | |
| 03:14 | Add the --save-password option to "fossil clone". Put the command-line options for "fossil clone" in alphabetical order. check-in: 421e6bb333 user: drh tags: trunk | |
| 03:13 | For "fossil clone help", put options in alphabetical order. Closed-Leaf check-in: d5c6f4784e user: drh tags: save-http-url-password | |