Differences From:
File
todo.txt
part of check-in
[df3d6cbff5]
- Corrected "fossil user password" error message. It had an extra user
by
mjanssen on
2007-09-24 20:21:52.
[view]
To:
File
todo.txt
part of check-in
[b8cc22ebdf]
- Merged dhr's todo and ideas update
by
jnc on
2007-09-24 23:56:25.
Also file
todo.txt
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
@@ -19,10 +19,8 @@
fwrite() in http.c:103 throws a signal and kills the child
process. fwrite() is not suppose to do this. Need to figure
out what is going wrong.
- * Bug: pull is ending prematurely.
-
* Bug: Make sure merge and other commands (check-out) do not try
to use a phantom.
* Bug: When clone use incorrect http URL, local repo file is still created.
@@ -45,9 +43,9 @@
* The ipaddr field of the rcvfrom table is not being set. This
field should be the IP address from which information is received
for the local repository. So when somebody does a push of new
files we record the ipaddr. Or when we do a pull, we record
- the ipaddr.
+ the ipaddr. (I think this has been fixed. Need to test.)
* Additional information displayed for the "vinfo" page:
+ All leaves of this version that are not included in the
@@ -55,15 +53,8 @@
Leaves in the descendant table should be marked as such.
See the compute_leaves() function to see how to find all
leaves.
+ Add file diff links to the file change list.
-
- * Timeline enhanced so that you can specify a range of dates.
-
- * The /xfer handler (for push, pull, and clone) does not do
- delta compression. This results in excess bandwidth usage.
- There are some pieces in xfer.c that are sketches of ideas on
- how to do delta compression, but nothing has been implemented.
* Enhancements to the diff and tkdiff commands in the cli.
Allow the entire tree or a subtree to be diffed, not just a
single file. Allow diffs against any two arbitrary versions,