Run SVN unit tests with both PySVN and Subvertpy backends.
Review Request #5972 — Created June 10, 2014 and submitted
The SVN unit tests are no longer simply based on what SVN backend we
have installed on our machine. Instead, we now run two copies of the SVN
tests: One with PySVN, and one with Subvertpy.If a particular backend is not installed, those tests will be skipped.
Unit tests pass.