Impose a minimum version on rbt patch with SVN
Review Request #7097 — Created March 20, 2015 and submitted
The
svn patch
command was added in SVN 1.7.0 (1). We now check the
version ofsvn
prior to attempting to executesvn patch
and report
to the user that their version ofsvn
does not support thepatch
command if it is less than 1.7.0.(1): https://subversion.apache.org/docs/release-notes/1.7.html#patch
Ran unit tests.
Able to run
rbt patch
when using SVN 1.7.0 and above. Not able to
runrbt patch
when using SVN prior to 1.7.0.
Description | From | Last Updated |
---|---|---|
This doesn't see to work. Did you want: if not is_valid_version(self.subversion_client_version, self.PATCH_MIN_VERSION): |
gmyers |