[ 
https://jira.codehaus.org/browse/SCM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=283717#comment-283717
 ] 
Olivier Lamy commented on SCM-645:
----------------------------------

RemoteInfoCommand with following methods:

Map<String,String> getBranches(ScmProviderRepositoryrepository,
ScmFileSet fileSet, CommandParameters parameters )
        throws ScmException;

Map<String,String> getTags(ScmProviderRepositoryrepository, ScmFileSet
fileSet, CommandParameters parameters )
        throws ScmException;

for svn : tag/branch name , url
for git : tag/branch name, hashcode

> add a command to get various informations (branches, tag) from remote scm 
> server
> --------------------------------------------------------------------------------
>
>                 Key: SCM-645
>                 URL: https://jira.codehaus.org/browse/SCM-645
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api, maven-scm-provider-git, 
> maven-scm-provider-svn
>            Reporter: Olivier Lamy
>
> can be implemented at least with svn and git.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to