Class SvnPathHelper


  • public class SvnPathHelper
    extends Object
    • Method Detail

      • getBranchesRootUrl

        public static org.tmatesoft.svn.core.SVNURL getBranchesRootUrl​(org.tmatesoft.svn.core.wc.SVNClientManager clientManager,
                                                                       String url)
                                                                throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException
      • getTagsRootUrl

        public static org.tmatesoft.svn.core.SVNURL getTagsRootUrl​(org.tmatesoft.svn.core.wc.SVNClientManager clientManager,
                                                                   String url)
                                                            throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException
      • parseRepositoryUrl

        public static org.apache.commons.lang3.tuple.Pair<String,​String> parseRepositoryUrl​(String url)