[tahoe-lafs-trac-stream] [tahoe-lafs] #1783: tahoe cp --verbose progress messages show double the actual number of files
tahoe-lafs
trac at tahoe-lafs.org
Thu Nov 22 01:33:47 UTC 2012
#1783: tahoe cp --verbose progress messages show double the actual number of files
-----------------------------------+------------------------
Reporter: davidsarah | Owner: davidsarah
Type: defect | Status: assigned
Priority: normal | Milestone: 1.10.0
Component: code-frontend-cli | Version: 1.9.1
Resolution: | Keywords: tahoe-cp
Launchpad Bug: |
-----------------------------------+------------------------
Old description:
> {{{
> $ ls test
> bar baz foo
> $ bin/tahoe cp --verbose test/* test2:
> examining 0 of 5
> examining 1 of 5
> examining 2 of 5
> examining 3 of 5
> examining 4 of 5
> attaching sources to targets, 3 files / 0 dirs in root
> targets assigned, 1 dirs, 6 files
> starting copy, 6 files, 1 directories
> 1/6 files, 0/1 directories
> 2/6 files, 0/1 directories
> 3/6 files, 0/1 directories
> 1/1 directories
> Success: files copied
> }}}
New description:
{{{
$ ls test
bar baz foo
$ bin/tahoe cp --verbose test/* test2:
examining 0 of 5
examining 1 of 5
examining 2 of 5
examining 3 of 5
examining 4 of 5
attaching sources to targets, 3 files / 0 dirs in root
targets assigned, 1 dirs, 6 files
starting copy, 6 files, 1 directories
1/6 files, 0/1 directories
2/6 files, 0/1 directories
3/6 files, 0/1 directories
1/1 directories
Success: files copied
}}}
--
Comment (by davidsarah):
Replying to [comment:2 davidsarah]:
> Another minor issue we can fix at the same time is that the
{{{"examining %d of %d"}}} outputs should probably be 1-based rather than
0-based.
That was #1805, now fixed. I don't think this issue was fixed.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1783#comment:3>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list