Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Autosync config parameter added (autosync). Setting this to 1, y or Y (or yes, Yes, yes, YES, etc...) will cause autosync's to happen during certian operations. Right now, the only operation paying attention to this is update. If autosync and you do fossil update, a pull takes place first, then an update. Others will follow (commit for one). |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | b773dda29bce549a7b66d1a89aea43ad |
User & Date: | jnc 2007-09-25 06:56:54 |
Context
2007-09-25
| ||
07:11 | Once a successful commit is made, if autosync is on, a push is now done. This commit will be the first test of that new functionality :-) check-in: 0431f14e user: jnc tags: trunk | |
06:56 | Autosync config parameter added (autosync). Setting this to 1, y or Y (or yes, Yes, yes, YES, etc...) will cause autosync's to happen during certian operations. Right now, the only operation paying attention to this is update. If autosync and you do fossil update, a pull takes place first, then an update. Others will follow (commit for one). check-in: b773dda2 user: jnc tags: trunk | |
03:14 | Fix some problems with tag propagation. More problems remain. check-in: 913608a5 user: drh tags: trunk | |
Changes
Changes to src/sync.c.
Changes to src/update.c.