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 Repository
public String getHeadCommitId()
getHeadCommitId
in interface Repository
public List<String> getTagsByCommitId(String commitId)
getTagsByCommitId
in interface Repository
Copyright © 2004-2015. All Rights Reserved.