Check for GNU Diff when using a TFS repository.

Review Request #7615 — Created Sept. 2, 2015 and submitted

Information

RBTools
release-0.7.x

Reviewers

Now that TFS requires GNU diff, we need to make sure that it's
installed, and present a helpful error message if it's not. We already
do this for a number of other SCMClients, like SVN and Perforce, and
have a handy utility method for this. This uses that method to do the
check and print the appropriate information.

Set my path so that GNU diff could not be found but a fake tfs could.
Posted a change and saw the error. Added GNU diff to the path, and saw
it got past the check.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/clients/tfs.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/clients/tfs.py
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.7.x (6d018ec)
Loading...