'cm add -R' improvement
This command fails if any of the items already exist. It would be more useful if it just ignored existing items. Typically I would run it on a subdirectory of my workspace.
6
votes
robl
shared this idea
It has been included on release 5.4.16.704:
Command Line Interface: The cm add and the cm partial add (gluon CLI) commands now accept a new parameter: —ignorefailed. This new parameter allows to skip items that cannot be added without rejecting the whole add operation.
REMARK: If a directory cannot be added, none of its inner items will be added either.
-
psantosl commented
Voted up for it too.