Issue Details (XML | Word | Printable)

Key: SCM-188
Type: New Feature New Feature
Status: Open Open
Priority: Critical Critical
Assignee: Unassigned
Reporter: Carlos Sanchez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven SCM

Add the posibility of adding an entire directory to SCM

Created: 25/Apr/06 10:16 PM   Updated: 22/Mar/07 09:44 AM
Component/s: maven-scm-api
Affects Version/s: 1.0-beta-3
Fix Version/s: future

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.