Fossil SCM
Updated documentation on the "backoffice" command.
Commit
fda6337611ed353ce19d4c076a726f639e99ff33f840f923cd4aa616071e0c7a
Parent
e05a97aebe1b92d…
1 file changed
+5
+5
| --- src/backoffice.c | ||
| +++ src/backoffice.c | ||
| @@ -641,10 +641,15 @@ | ||
| 641 | 641 | ** |
| 642 | 642 | ** This might be done by a cron job or similar to make sure backoffice |
| 643 | 643 | ** processing happens periodically. Or, the --poll option can be used |
| 644 | 644 | ** to run this command as a daemon that will periodically invoke backoffice |
| 645 | 645 | ** on collection of repositories. |
| 646 | +** | |
| 647 | +** If only a single repository is named and --poll is omitted, the the | |
| 648 | +** backoffice work is done in-process. But if there are multiple respositories | |
| 649 | +** or if --poll is used, a separate sub-process is started for each poll of | |
| 650 | +** each repository. | |
| 646 | 651 | ** |
| 647 | 652 | ** OPTIONS: |
| 648 | 653 | ** |
| 649 | 654 | ** --debug Show what this command is doing. |
| 650 | 655 | ** |
| 651 | 656 |
| --- src/backoffice.c | |
| +++ src/backoffice.c | |
| @@ -641,10 +641,15 @@ | |
| 641 | ** |
| 642 | ** This might be done by a cron job or similar to make sure backoffice |
| 643 | ** processing happens periodically. Or, the --poll option can be used |
| 644 | ** to run this command as a daemon that will periodically invoke backoffice |
| 645 | ** on collection of repositories. |
| 646 | ** |
| 647 | ** OPTIONS: |
| 648 | ** |
| 649 | ** --debug Show what this command is doing. |
| 650 | ** |
| 651 |
| --- src/backoffice.c | |
| +++ src/backoffice.c | |
| @@ -641,10 +641,15 @@ | |
| 641 | ** |
| 642 | ** This might be done by a cron job or similar to make sure backoffice |
| 643 | ** processing happens periodically. Or, the --poll option can be used |
| 644 | ** to run this command as a daemon that will periodically invoke backoffice |
| 645 | ** on collection of repositories. |
| 646 | ** |
| 647 | ** If only a single repository is named and --poll is omitted, the the |
| 648 | ** backoffice work is done in-process. But if there are multiple respositories |
| 649 | ** or if --poll is used, a separate sub-process is started for each poll of |
| 650 | ** each repository. |
| 651 | ** |
| 652 | ** OPTIONS: |
| 653 | ** |
| 654 | ** --debug Show what this command is doing. |
| 655 | ** |
| 656 |