Fossil SCM
leave notes in help for re/deconstruct about flat import( ticket [3f748ac12c] )
Commit
92f8cefcc8674d0aca94adbe527b71279da5b19b
Parent
4a0178760963e9d…
1 file changed
+3
-1
+3
-1
| --- src/rebuild.c | ||
| +++ src/rebuild.c | ||
| @@ -409,11 +409,11 @@ | ||
| 409 | 409 | ** |
| 410 | 410 | ** Usage: %fossil reconstruct FILENAME DIRECTORY |
| 411 | 411 | ** |
| 412 | 412 | ** This command studies the artifacts (files) in DIRECTORY and |
| 413 | 413 | ** reconstructs the fossil record from them. It places the new |
| 414 | -** fossil repository in FILENAME | |
| 414 | +** fossil repository in FILENAME. Subdirectories are ignored. | |
| 415 | 415 | ** |
| 416 | 416 | */ |
| 417 | 417 | void reconstruct_cmd(void) { |
| 418 | 418 | char *zPassword; |
| 419 | 419 | DIR *d; |
| @@ -474,10 +474,12 @@ | ||
| 474 | 474 | ** writes all artifacts to the file system. The DESTINATION directory |
| 475 | 475 | ** will be populated with subdirectories AA and files AA/BBBBBBBBB.., where |
| 476 | 476 | ** AABBBBBBBBB.. is the 40 character artifact ID, AA the first 2 characters. |
| 477 | 477 | ** If -L|--prefixlength is given, the length (default 2) of the directory |
| 478 | 478 | ** prefix can be set to 0,1,..,9 characters. |
| 479 | +** | |
| 480 | +** To use use the deconstructed artifacts with reconstruct, -L 0 should be used. | |
| 479 | 481 | */ |
| 480 | 482 | void deconstruct_cmd(void){ |
| 481 | 483 | const char *zDestDir; |
| 482 | 484 | const char *zPrefixOpt; |
| 483 | 485 | int prefixLength; |
| 484 | 486 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -409,11 +409,11 @@ | |
| 409 | ** |
| 410 | ** Usage: %fossil reconstruct FILENAME DIRECTORY |
| 411 | ** |
| 412 | ** This command studies the artifacts (files) in DIRECTORY and |
| 413 | ** reconstructs the fossil record from them. It places the new |
| 414 | ** fossil repository in FILENAME |
| 415 | ** |
| 416 | */ |
| 417 | void reconstruct_cmd(void) { |
| 418 | char *zPassword; |
| 419 | DIR *d; |
| @@ -474,10 +474,12 @@ | |
| 474 | ** writes all artifacts to the file system. The DESTINATION directory |
| 475 | ** will be populated with subdirectories AA and files AA/BBBBBBBBB.., where |
| 476 | ** AABBBBBBBBB.. is the 40 character artifact ID, AA the first 2 characters. |
| 477 | ** If -L|--prefixlength is given, the length (default 2) of the directory |
| 478 | ** prefix can be set to 0,1,..,9 characters. |
| 479 | */ |
| 480 | void deconstruct_cmd(void){ |
| 481 | const char *zDestDir; |
| 482 | const char *zPrefixOpt; |
| 483 | int prefixLength; |
| 484 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -409,11 +409,11 @@ | |
| 409 | ** |
| 410 | ** Usage: %fossil reconstruct FILENAME DIRECTORY |
| 411 | ** |
| 412 | ** This command studies the artifacts (files) in DIRECTORY and |
| 413 | ** reconstructs the fossil record from them. It places the new |
| 414 | ** fossil repository in FILENAME. Subdirectories are ignored. |
| 415 | ** |
| 416 | */ |
| 417 | void reconstruct_cmd(void) { |
| 418 | char *zPassword; |
| 419 | DIR *d; |
| @@ -474,10 +474,12 @@ | |
| 474 | ** writes all artifacts to the file system. The DESTINATION directory |
| 475 | ** will be populated with subdirectories AA and files AA/BBBBBBBBB.., where |
| 476 | ** AABBBBBBBBB.. is the 40 character artifact ID, AA the first 2 characters. |
| 477 | ** If -L|--prefixlength is given, the length (default 2) of the directory |
| 478 | ** prefix can be set to 0,1,..,9 characters. |
| 479 | ** |
| 480 | ** To use use the deconstructed artifacts with reconstruct, -L 0 should be used. |
| 481 | */ |
| 482 | void deconstruct_cmd(void){ |
| 483 | const char *zDestDir; |
| 484 | const char *zPrefixOpt; |
| 485 | int prefixLength; |
| 486 |