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();
}