Fossil SCM
According to the documentation [9974dfbc5c?txt=1&ln=178-179], the first manifest in the project has no P-card. Make it so, as a P-card with no arguments is just ignored and serves no purpose. (I tested this in a new repo, and it works just fine)
Commit
989c99351e103b5031b4ca7202a86676440369d7
Parent
dfd8962ff260c63…
1 file changed
-1
M
src/db.c
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1400,11 +1400,10 @@ | ||
| 1400 | 1400 | int rid; |
| 1401 | 1401 | blob_zero(&manifest); |
| 1402 | 1402 | blob_appendf(&manifest, "C initial\\sempty\\scheck-in\n"); |
| 1403 | 1403 | zDate = date_in_standard_format(zInitialDate); |
| 1404 | 1404 | blob_appendf(&manifest, "D %s\n", zDate); |
| 1405 | - blob_appendf(&manifest, "P\n"); | |
| 1406 | 1405 | md5sum_init(); |
| 1407 | 1406 | blob_appendf(&manifest, "R %s\n", md5sum_finish(0)); |
| 1408 | 1407 | blob_appendf(&manifest, "T *branch * trunk\n"); |
| 1409 | 1408 | blob_appendf(&manifest, "T *sym-trunk *\n"); |
| 1410 | 1409 | blob_appendf(&manifest, "U %F\n", g.zLogin); |
| 1411 | 1410 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1400,11 +1400,10 @@ | |
| 1400 | int rid; |
| 1401 | blob_zero(&manifest); |
| 1402 | blob_appendf(&manifest, "C initial\\sempty\\scheck-in\n"); |
| 1403 | zDate = date_in_standard_format(zInitialDate); |
| 1404 | blob_appendf(&manifest, "D %s\n", zDate); |
| 1405 | blob_appendf(&manifest, "P\n"); |
| 1406 | md5sum_init(); |
| 1407 | blob_appendf(&manifest, "R %s\n", md5sum_finish(0)); |
| 1408 | blob_appendf(&manifest, "T *branch * trunk\n"); |
| 1409 | blob_appendf(&manifest, "T *sym-trunk *\n"); |
| 1410 | blob_appendf(&manifest, "U %F\n", g.zLogin); |
| 1411 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1400,11 +1400,10 @@ | |
| 1400 | int rid; |
| 1401 | blob_zero(&manifest); |
| 1402 | blob_appendf(&manifest, "C initial\\sempty\\scheck-in\n"); |
| 1403 | zDate = date_in_standard_format(zInitialDate); |
| 1404 | blob_appendf(&manifest, "D %s\n", zDate); |
| 1405 | md5sum_init(); |
| 1406 | blob_appendf(&manifest, "R %s\n", md5sum_finish(0)); |
| 1407 | blob_appendf(&manifest, "T *branch * trunk\n"); |
| 1408 | blob_appendf(&manifest, "T *sym-trunk *\n"); |
| 1409 | blob_appendf(&manifest, "U %F\n", g.zLogin); |
| 1410 |