org.apache.maven.scm.provider.svn.repository
public class SvnScmProviderRepository extends ScmProviderRepositoryWithHost
Version: $Id: SvnScmProviderRepository.java 389486 2006-03-28 12:22:04Z evenisse $
Constructor Summary | |
---|---|
SvnScmProviderRepository(String url) | |
SvnScmProviderRepository(String url, String user, String password) |
Method Summary | |
---|---|
String | getTagBase()
Returns the url/directory to be used when tagging this repository. |
String | getUrl() |
void | setTagBase(String tagBase)
Sets the url/directory to be used when tagging this repository.
|
String | toString() |
Parameters: tagBase an absolute or relative url to the base directory to create tags in. URL should be in a format that svn client understands, not the scm url format.