id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,launchpad_bug 662,"add an option for ""tahoe manifest"" to not skip duplicates, or a --recursive option to ""tahoe ls""",warner,,"My current job involves tools which modify a directory tree [...], and I'd like to use ""tahoe manifest"" to compare the before- and after- trees to make sure they're the same. Unfortunately, ""tahoe manifest""'s cycle-avoidance code (which simply ignores files or directories that it's seen before) is causing me trouble, since an object that's referenced by multiple places in the tree will appear in the manifest output at only one of them, and that location will depend upon the traversal order. (I just pushed a patch to make deep_traverse at least sort the child names before walking them, so it should now be consistent). I'm thinking that it might be nice to have a flag to ""tahoe manifest"" that tells it to not supress duplicates like this. The cycle-avoidance code would need to change: instead of keeping a set of nodes that have already been visited, it should just keep a list of the ancestors of the current node. A cycle should be declared if the child node we're considering entering appears on its own ancestor list. It might also be useful to have two sets of stats: one that includes shared objects, and one that does not. ",enhancement,new,major,undecided,code-dirnodes,1.3.0,,tahoe-manifest cycle,kyle@…,