Class SvnRepositoryPathHelper


  • public class SvnRepositoryPathHelper
    extends Object
    • Method Detail

      • checkPathExists

        public boolean checkPathExists​(org.tmatesoft.svn.core.SVNURL url)
      • getBranchesRootUrl

        public org.tmatesoft.svn.core.SVNURL getBranchesRootUrl()
                                                         throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException
      • getTagsRootUrl

        public org.tmatesoft.svn.core.SVNURL getTagsRootUrl()
                                                     throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException
      • isPathNotFound

        public static boolean isPathNotFound​(org.tmatesoft.svn.core.SVNErrorMessage errorMessage)
        Returns:
        true if SVN error happened when path doesn't exist in repository.