Changes On Branch fix-sync-delta-loop
Not logged in

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

Changes In Branch fix-sync-delta-loop Excluding Merge-Ins

This is equivalent to a diff from 6fb750d77c to 6cc262207d

2012-11-17
19:16
Fix the server-side sync operation so that it will not generate a delta loop when a file changes from its original state through two or more intermediate states and back to its original state and all versions of the file attempt to sync in a single transaction. check-in: e5b8eb1235 user: drh tags: trunk
19:07
Avoid the <nobr> tag in generated HTML. check-in: 8ea929ca55 user: drh tags: trunk
15:03
Only show the "pull only - not authorized to push" message once when syncing with a repo for which there is read-only permission. Leaf check-in: 6cc262207d user: drh tags: fix-sync-delta-loop
2012-11-16
21:57
Provisional changes aimed at preventing delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. check-in: 141b990722 user: drh tags: fix-sync-delta-loop
07:50
remove unused variable check-in: 6fb750d77c user: jan.nijtmans tags: trunk
2012-11-15
20:43
The annotator follows name changes. check-in: ee33b951a4 user: drh tags: trunk

Changes to src/xfer.c.