org.apache.maven.scm.provider.svn.repository

Class SvnScmProviderRepository

public class SvnScmProviderRepository extends ScmProviderRepositoryWithHost

Version: $Id: SvnScmProviderRepository.java 389486 2006-03-28 12:22:04Z evenisse $

Author: Emmanuel Venisse

Constructor Summary
SvnScmProviderRepository(String url)
SvnScmProviderRepository(String url, String user, String password)
Method Summary
StringgetTagBase()
Returns the url/directory to be used when tagging this repository.
StringgetUrl()
voidsetTagBase(String tagBase)
Sets the url/directory to be used when tagging this repository.
StringtoString()

Constructor Detail

SvnScmProviderRepository

public SvnScmProviderRepository(String url)

SvnScmProviderRepository

public SvnScmProviderRepository(String url, String user, String password)

Method Detail

getTagBase

public String getTagBase()
Returns the url/directory to be used when tagging this repository.

getUrl

public String getUrl()

setTagBase

public void setTagBase(String tagBase)
Sets the url/directory to be used when tagging this repository. The TagBase is a way to override the default tag location for the repository. The default tag location is automatically determined for repositories in the standard subversion layout (with /tags /branches /trunk). Specify this value only if the repository is using a directory other than "/tags" for tagging.

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.

toString

public String toString()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.