|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.statsvn.util.SvnStartupUtils
public final class SvnStartupUtils
Utility class that verifies if the correct version of subversion is used.
| Method Summary | |
|---|---|
static boolean |
checkDiffPerRevPossible(java.lang.String version)
|
static void |
checkRepoRootAvailable()
Verifies that the "svn info" command can return the repository root (info available in svn >= 1.3.0) |
static java.lang.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 java.lang.String checkSvnVersionSufficient()
throws SvnVersionMismatchException
SvnVersionMismatchException - if SVN executable not found or version less than
SVN_MINIMUM_VERSION
public static void checkRepoRootAvailable()
throws SvnVersionMismatchException
SvnVersionMismatchException - if svn info failed to provide a non-empty repository rootpublic static boolean checkDiffPerRevPossible(java.lang.String version)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||