public class SubversionRepository extends Object implements Repository
| Constructor and Description |
|---|
SubversionRepository(File repoDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeadCommitId() |
List<String> |
getTagsByCommitId(String commitId)
There is no easy way to get the list of tags from a subversion repository, so return empty list for now
|
String |
getUrl() |
public SubversionRepository(File repoDir)
public String getUrl()
getUrl in interface Repositorypublic String getHeadCommitId()
getHeadCommitId in interface Repositorypublic List<String> getTagsByCommitId(String commitId)
getTagsByCommitId in interface RepositoryCopyright © 2004-2015. All Rights Reserved.