Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-346

Recursive flag is not implemented in the check out command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0
    • 1.2
    • maven-scm-provider-svn
    • None

    Description

      The recursive flag is not use in the SvnCheckOutCommand class.

      Here is a small Java code to reproduce it.

      Sample.java
      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 );
      

      Attachments

        1. AbstractCheckOutCommand.java
          2 kB
          David Cuesta
        2. SvnCheckOutCommand.java
          6 kB
          David Cuesta

        Activity

          People

            siveton Siveton Vincent
            siveton Siveton Vincent
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: