Make sure svn revisions are strings before passing them to Popen.

Review Request #5369 — Created Jan. 31, 2014 and submitted

Information

RBTools
master

Reviewers

Make sure svn revisions are strings before passing them to Popen.

The SVN revision code could possibly pass in an int in the list of arguments
when invoking 'svn status' (and other svn commands). This change forces
revisions as arguments to be strings.

Smoke tested posting with svn.

chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (0e666f6).
Loading...