Fossil SCM
Added the todo.txt list.
Commit
08c4cc6d1667c7dd27d9fe0c99911a125b0f5ca0
Parent
fa0ba20a51d0ca4…
1 file changed
+40
A
todo.txt
+40
| --- a/todo.txt | ||
| +++ b/todo.txt | ||
| @@ -0,0 +1,40 @@ | ||
| 1 | +po file is still createdOn every push, pull, or clone command, remember the URL of the | |
| 2 | + server using db_put(). On subsequent pushes and pulls, allow | |
| 3 | + the URL to be omitted and substitute the URL that was used the | |
| 4 | + previous time. Display the saved URL as part of the "info" | |
| 5 | + If the server does not have write permission on the database | |
| 6 | + file, or on the directory containing the database file (and | |
| 7 | + i thus unable to update the database because it cannot create | |
| 8 | + a rollback journal) then it currently fails silently on a push. | |
| 9 | + It needs to reWhen constructing a new manThe "leaves ?UUID?" command displays all leaf versions for the | |
| 10 | + version UUID or for the current version if UUID is omitted. If | |
| 11 | + UUID is itself a leaf, it would be more helpful to display a | |
| 12 | + message to that effect: "<uuid> is itself a leaf" | |
| 13 | + | |
| 14 | + * We need a command to show other branches - leaves of the root | |
| 15 | + which are not l Perhaps a hyperlink on the vinfo page to download the ZIP archive | |
| 16 | + for any version | |
| 17 | + | |
| 18 | + + All leaves of this version that are not included in thThe comment and user for this version (available in | |
| 19 | + the event table). | |
| 20 | + + All decendents of this version (together with date, | |
| 21 | + escendant table should be mac to the vinfo page) for | |
| 22 | + N generations. N to be determined. Perhaps configurable | |
| 23 | + using db_get_int()/dbTicketing interface (expand this bullet) | |
| 24 | + | |
| 25 | + * Wiki interface (expand this bullet) | |
| 26 | + | |
| 27 | + * Full-text search against check-in comments and diffs of each | |
| 28 | + check-in. | |
| 29 | + | |
| 30 | + * New cli commands: "deconstruct" and "reconstruct". The deconstruct | |
| 31 | + command populates an indicated directory with copies of all files | |
| 32 | + contained within the repository. Files are named aaa/bbbbbbb where | |
| 33 | + aaa is the first 3 characters of the uuid and bbbbbb is the | |
| 34 | + remaining 37 characters. reconstruct builds a new repository | |
| 35 | + containing all files in an indicated directory. When reconstructing, | |
| 36 | + some information is lost: project-code, server-code, users. | |
| 37 | + Just make up a new project-code. | |
| 38 | + | |
| 39 | + * Get a build working for win32. Perhaps use cygwin. Or omit | |
| 40 | + the server component from win32 (to elimi |
| --- a/todo.txt | |
| +++ b/todo.txt | |
| @@ -0,0 +1,40 @@ | |
| --- a/todo.txt | |
| +++ b/todo.txt | |
| @@ -0,0 +1,40 @@ | |
| 1 | po file is still createdOn every push, pull, or clone command, remember the URL of the |
| 2 | server using db_put(). On subsequent pushes and pulls, allow |
| 3 | the URL to be omitted and substitute the URL that was used the |
| 4 | previous time. Display the saved URL as part of the "info" |
| 5 | If the server does not have write permission on the database |
| 6 | file, or on the directory containing the database file (and |
| 7 | i thus unable to update the database because it cannot create |
| 8 | a rollback journal) then it currently fails silently on a push. |
| 9 | It needs to reWhen constructing a new manThe "leaves ?UUID?" command displays all leaf versions for the |
| 10 | version UUID or for the current version if UUID is omitted. If |
| 11 | UUID is itself a leaf, it would be more helpful to display a |
| 12 | message to that effect: "<uuid> is itself a leaf" |
| 13 | |
| 14 | * We need a command to show other branches - leaves of the root |
| 15 | which are not l Perhaps a hyperlink on the vinfo page to download the ZIP archive |
| 16 | for any version |
| 17 | |
| 18 | + All leaves of this version that are not included in thThe comment and user for this version (available in |
| 19 | the event table). |
| 20 | + All decendents of this version (together with date, |
| 21 | escendant table should be mac to the vinfo page) for |
| 22 | N generations. N to be determined. Perhaps configurable |
| 23 | using db_get_int()/dbTicketing interface (expand this bullet) |
| 24 | |
| 25 | * Wiki interface (expand this bullet) |
| 26 | |
| 27 | * Full-text search against check-in comments and diffs of each |
| 28 | check-in. |
| 29 | |
| 30 | * New cli commands: "deconstruct" and "reconstruct". The deconstruct |
| 31 | command populates an indicated directory with copies of all files |
| 32 | contained within the repository. Files are named aaa/bbbbbbb where |
| 33 | aaa is the first 3 characters of the uuid and bbbbbb is the |
| 34 | remaining 37 characters. reconstruct builds a new repository |
| 35 | containing all files in an indicated directory. When reconstructing, |
| 36 | some information is lost: project-code, server-code, users. |
| 37 | Just make up a new project-code. |
| 38 | |
| 39 | * Get a build working for win32. Perhaps use cygwin. Or omit |
| 40 | the server component from win32 (to elimi |