18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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.
* 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.
* Additional information displayed for the "vinfo" page:
|
|
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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.
¿
* 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.
* Additional information displayed for the "vinfo" page:
|