• 
      

    Fix ClearCase file:vob checking on Windows.

    Review Request #12275 — Created May 9, 2022 and submitted

    Information

    RBTools
    release-3.x

    Reviewers

    In the CC client, we have a check to make sure that a file was within one
    of the configured VOBs for the repository before including it in the
    diff. This was hardcoding a / character, which didn't work on Windows
    clients. This changes it to use os.sep.

    While I was here I also updated the client name to include
    "VersionVault" for better output in rbt list-repo-types.

    Ran unit tests.

    Summary ID
    Fix ClearCase file:vob checking on Windows.
    In the CC client, we have a check to make sure that a file was within one of the configured VOBs for the repository before including it in the diff. This was hardcoding a `/` character, which didn't work on Windows clients. This changes it to use `os.sep`. While I was here I also updated the client name to include "VersionVault" for better output in `rbt list-repo-types`. Testing Done: Ran unit tests.
    664642644e09d6ab168176c06e02c9676ef0dc4e
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.x (e91652c)