• 
      

    rbtools show extra changes when a clearcase directory has changed

    Review Request #5167 — Created Dec. 26, 2013 and submitted

    Information

    RBTools
    master

    Reviewers

    when a change happens on a clearcase directory, content of previous and new version is retrieved by listing directory content, however there could be private files, these private files should be ignored.

    Moreover, this directory comparison mecanism must work when snap or dynamic view

    touch dir/private_files.txt
    post-review --revision-range=dir@/main/1:dir@/main/2 --output-diff
    dir/private_files.txt is no more listed in diff

    DE
    david
    1. Ship It!
    2. 
        
    DE
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master with some changes to the comments (321dac9). Thanks!