• 
      

    Prompt console window many times for cleartool when post-review and viewing diff on Windows 7

    Review Request #3804 — Created Jan. 27, 2013 and submitted

    Information

    Review Board

    Reviewers

    also in google group: https://groups.google.com/forum/?fromgroups=#!topic/reviewboard/R1kiku5tIqQ
    
    My Environment:
    
    OS: Windows 7 32bit
    Python: 2.7.3
    Review Board: 1.7.2
    Web Server: apache 2.2
    Clearcase:  clearcase 7.1.2
    
    I setup a Review Board server on Windows 7, and encountered a very strange problem,
    each time when others doing post-review, viewing diff, etc,cmd console window will prompt
    several times for cleartool command, It seems that each time Review Board calling cleartool,
    a console window will prompt up.  But on another Windows XP OS, no window will prompt up.
    
    Anyone also encounter the same kind of problem? and is there any way I can debug my RB server
    so that I can find out the root cause?
    
    Thanks!
    
    
    Later I found out that the cause, the problem is the code to call cleartool.exe in reviewboard\scmtools\clearcase.py,
    if add 'shell=True' paramter to all the subprocess.Popen(...), there will no annoying console window pop up.
    
     
    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          reviewboard/scmtools/clearcase.py
        Ignored Files:
      
      
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    MO
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (e217dfe)