Package org.eclipse.team.svn.core.resource

Examples of org.eclipse.team.svn.core.resource.IRepositoryLocation


            this.probableProjectRoot = url.substring(0, url.indexOf("/branches"));
        } else {
            this.probableProjectRoot = url;
        }

        IRepositoryLocation loc =
                ((SVNTeamProvider) RepositoryProvider.getProvider(project)).getRepositoryResource()
                        .getRepositoryLocation();
        this.tagsLocation = loc.getUrl();
        this.branchesLocation = loc.getUrl();
        this.trunkLocation = loc.getUrl();

    }
View Full Code Here

TOP

Related Classes of org.eclipse.team.svn.core.resource.IRepositoryLocation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.