Uses of Class
net.sf.statsvn.util.SvnVersionMismatchException

Packages that use SvnVersionMismatchException
net.sf.statsvn.util Utility classes. 
net.sf.statsvn.util.svnkit   
 

Uses of SvnVersionMismatchException in net.sf.statsvn.util
 

Methods in net.sf.statsvn.util that throw SvnVersionMismatchException
 void SvnInfoUtils.checkRepoRootAvailable()
          Verifies that the "svn info" command can return the repository root (info available in svn >= 1.3.0)
 void ISvnInfoProcessor.checkRepoRootAvailable()
          Verifies that the "svn info" command can return the repository root (info available in svn >= 1.3.0)
 java.lang.String ISvnVersionProcessor.checkSvnVersionSufficient()
          Verifies that the current revision of SVN is SVN_MINIMUM_VERSION
 java.lang.String SvnStartupUtils.checkSvnVersionSufficient()
           
 

Uses of SvnVersionMismatchException in net.sf.statsvn.util.svnkit
 

Methods in net.sf.statsvn.util.svnkit that throw SvnVersionMismatchException
 void SvnKitInfo.checkRepoRootAvailable()
          Verifies that the "svn info" command can return the repository root (info available in svn >= 1.3.0)
 java.lang.String SvnKitVersion.checkSvnVersionSufficient()