public class SvnPathHelper extends Object
Modifier and Type | Method and Description |
---|---|
static org.tmatesoft.svn.core.SVNURL |
getBranchesRootUrl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager,
String url) |
static org.tmatesoft.svn.core.SVNURL |
getTagsRootUrl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager,
String url) |
static org.apache.commons.lang3.tuple.Pair<String,String> |
parseRepositoryUrl(String url) |
public static org.tmatesoft.svn.core.SVNURL getBranchesRootUrl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager, String url) throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
public static org.tmatesoft.svn.core.SVNURL getTagsRootUrl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager, String url) throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.