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

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

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.

    Loading...