Thus said "Andy Bradford" on 22 Dec 2015 13:15:23 -0700:

> Perhaps the name in the output should be changed to cards received?

No, this is wrong, it should not.  More likely the artifacts received 
shouldn't include config cards in the count of received artifacts.  
They will show up as cards when using --verbose:

$ fossil pull --verbose -R fossil.fossil 
Pull from http://www.fossil-scm.org/
                Bytes      Cards  Artifacts     Deltas
Sent:             569         11          0          0
Received:        8320        201          0          0
Pull done, sent: 533  received: 3467  ip: 67.18.92.124
$ fossil pull -R fossil.fossil         
Pull from http://www.fossil-scm.org/
Round-trips: 1   Artifacts sent: 0  received: 76
Pull done, sent: 388  received: 3467  ip: 67.18.92.124

This is broken down as:

$ grep -c '^igot' http-reply-1.txt 
48
$ grep -c '^config /shun' http-reply-1.txt
76

I wonder why it output 77 more cards than are actually in the reply...

$ echo 201 48 76 + - p | dc
77

For sent:

There is 1 pull and 3 gimme and  1 reqconfig /shun. So I wonder how sent
ended up 11 total cards.

Andy
-- 
TAI64 timestamp: 400000005679b384


_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to