public interface ISvnVersionProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
checkDiffPerRevPossible(java.lang.String version)
Verifies that the given version supports one diff per revision (version>=1.4.0)
|
java.lang.String |
checkSvnVersionSufficient()
Verifies that the current revision of SVN is SVN_MINIMUM_VERSION
|
java.lang.String checkSvnVersionSufficient() throws SvnVersionMismatchException
SvnVersionMismatchException
- if SVN executable not found or version less than
SVN_MINIMUM_VERSIONboolean checkDiffPerRevPossible(java.lang.String version)
version
- the current version