You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2008/08/21 23:46:26 UTC

[jira] Updated: (SCM-346) Recursive flag is not implemented in the check out command

     [ http://jira.codehaus.org/browse/SCM-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated SCM-346:
-----------------------------

    Fix Version/s: 1.1.1

> Recursive flag is not implemented in the check out command
> ----------------------------------------------------------
>
>                 Key: SCM-346
>                 URL: http://jira.codehaus.org/browse/SCM-346
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.0
>            Reporter: Vincent Siveton
>            Priority: Blocker
>             Fix For: 1.1.1
>
>         Attachments: AbstractCheckOutCommand.java, SvnCheckOutCommand.java
>
>
> The recursive flag is not use in the SvnCheckOutCommand class.
> Here is a small Java code to reproduce it.
> {code:title=Sample.java|borderStyle=solid}
> String url = "scm:svn:https://svn.apache.org/repos/asf/maven/trunks";
> boolean recursive = true;
> ScmManager scmManager = (ScmManager) lookup( ScmManager.ROLE );
> ScmRepository repository = scmManager.makeScmRepository( url );
> CheckOutScmResult result = scmManager.checkOut( repository, new ScmFileSet( workingDir ), recursive );
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira