• 
      

    Fix perforce posting from subdirectories of the client root.

    Review Request #5390 — Created Feb. 3, 2014 and submitted

    Information

    RBTools
    release-0.5.x

    Reviewers

    Fix perforce posting from subdirectories of the client root.

    The logic that checked whether we were inside a p4 client was adding
    os.path.pathsep to the path name instead of os.path.sep. This meant that we'd
    only match if the cwd was the client root.

    Made a subdirectory in a p4 client and posted a change.

    chipx86
    1. Ship It!

    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.5.x (cc602ce).