Changes between Initial Version and Version 1 of Ticket #104, comment 24
- Timestamp:
- 2012-11-26T00:38:15Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #104, comment 24
initial v1 3 3 {{{TahoeDirectorySource}}} and {{{TahoeDirectoryTarget}}} in [source:git/src/allmydata/scripts/tahoe_cp.py] have cache dictionaries that seem as though they might have the effect of copying cycles correctly between two Tahoe directories, but I don't see a unit test for that in {{{allmydata.test.test_cli.Cp}}}. 4 4 5 #712 is one way in which {{{tahoe cp -r}}} does not do the right thing. I also don't think it will do the right thing when copying a cyclic Tahoe directory, although perhaps #712 obscures that. I filed #1878 for this. 5 #712 is one way in which {{{tahoe cp -r}}} does not do the right thing. I also don't think it will do the right thing when copying a cyclic Tahoe directory to a local disk, although perhaps #712 obscures that. 6 7 I filed #1878 to add tests for both cyclic cases. 6 8 7 9 OTOH, {{{TahoeDirectorySource}}} does ''not'' have the following bug: