Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | typo fix per ticket [fc0838fc72f079d2033ae] |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e50813e19b5adaafc8c58716586ddcf5 |
User & Date: | bch 2011-06-30 17:40:29.240 |
References
2011-06-30
| ||
17:42 | • Closed ticket [fc0838fc]: Trivial typo in help text plus 2 other changes ... (artifact: 24153e9a user: bharder) | |
Context
2011-07-09
| ||
16:12 | Added ability to access repositories via CGI that are located in a path containing whitespaces. ... (check-in: fc15fe04 user: rimkojr tags: trunk) | |
2011-06-30
| ||
17:40 | typo fix per ticket [fc0838fc72f079d2033ae] ... (check-in: e50813e1 user: bch tags: trunk) | |
2011-06-29
| ||
17:10 | Simplify some the "name" parameter to the "artifact" URIs. ... (check-in: 5acc3e4c user: drh tags: trunk) | |
Changes
Changes to src/rebuild.c.
︙ | ︙ | |||
880 881 882 883 884 885 886 | zPassword = db_text(0, "SELECT pw FROM user WHERE login=%Q", g.zLogin); fossil_print("admin-user: %s (initial password is \"%s\")\n", g.zLogin, zPassword); } /* ** COMMAND: deconstruct ** | | | 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 | zPassword = db_text(0, "SELECT pw FROM user WHERE login=%Q", g.zLogin); fossil_print("admin-user: %s (initial password is \"%s\")\n", g.zLogin, zPassword); } /* ** COMMAND: deconstruct ** ** Usage %fossil deconstruct ?OPTIONS? DESTINATION ** ** Options: ** -R|--repository REPOSITORY ** -L|--prefixlength N ** ** This command exports all artifacts of a given repository and ** writes all artifacts to the file system. The DESTINATION directory |
︙ | ︙ |