|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statsvn.util.SvnStartupUtils
Utility class that verifies if the correct version of subversion is used.
Method Summary | |
static boolean |
checkDiffPerRevPossible(String version)
|
static void |
checkRepoRootAvailable()
Verifies that the "svn info" command can return the repository root (info available in svn >= 1.3.0) |
static String |
checkSvnVersionSufficient()
Verifies that the current revision of SVN is SVN_MINIMUM_VERSION |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static String checkSvnVersionSufficient() throws SvnVersionMismatchException
SvnVersionMismatchException
- if SVN executable not found or version less than
SVN_MINIMUM_VERSIONpublic static void checkRepoRootAvailable() throws SvnVersionMismatchException
SvnVersionMismatchException
- if svn info failed to provide a non-empty repository rootpublic static boolean checkDiffPerRevPossible(String version)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |