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