[ http://jira.codehaus.org/browse/SCM-201?page=comments#action_65376 ]
Emmanuel Venisse commented on SCM-201:
--
ok, you can provide a patch for it.
> Option to ignore checkout when checkoutDirectory exists
> --
[ http://jira.codehaus.org/browse/SCM-201?page=comments#action_65346 ]
Dan Tran commented on SCM-201:
--
I rather not using a script to do that since maven can do that as well ( just
almost there)
I have multiple of this type of projects to be used solely for le
[ http://jira.codehaus.org/browse/SCM-201?page=comments#action_65342 ]
Emmanuel Venisse commented on SCM-201:
--
why don't you run something like this in a script:
if checkoutdir don't exists
run scm:checkout
else
run scm:update (or nothing)
I'm n