Add the posibility of adding an entire directory to SCM
-------------------------------------------------------

         Key: SCM-188
         URL: http://jira.codehaus.org/browse/SCM-188
     Project: Maven SCM
        Type: New Feature

  Components: maven-scm-api  
    Versions: 1.0-beta-3    
    Reporter: Carlos Sanchez
    Priority: Critical
     Fix For: 1.0


For the scm wagon I'd need to add a whole directory to scm.

Right now the only solution is create a ScmFileSet, but none of the current 
methods adds directories, i have to look for them and add in order so the svn 
add works correctly.

It'd be a nice to have in the API an addDirectory or make the add command add 
directories recursively (I don't know what's the use case of the current 
behaviour)
eg. translated to svn it would call a svn add recursively, also optimizing the 
current approach of calling lots of times to external svn

-- 
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

Reply via email to