[jira] [Commented] (SCM-201) Option to ignore checkout when checkoutDirectory exists

2025-06-11 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/SCM-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964320#comment-17964320 ] Olivier Lamy commented on SCM-201: -- This project has moved from Jira to GitHub Issues. This

[jira] [Commented] (SCM-201) Option to ignore checkout when checkoutDirectory exists

2025-06-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960669#comment-17960669 ] ASF GitHub Bot commented on SCM-201: jira-importer opened a new issue, #446: URL: https:

[jira] [Commented] (SCM-201) Option to ignore checkout when checkoutDirectory exists

2025-06-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960670#comment-17960670 ] ASF GitHub Bot commented on SCM-201: jira-importer commented on issue #446: URL: https:/

[jira] [Commented] (SCM-201) Option to ignore checkout when checkoutDirectory exists

2025-06-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960671#comment-17960671 ] ASF GitHub Bot commented on SCM-201: jira-importer commented on issue #446: URL: https:/

[jira] [Commented] (SCM-201) Option to ignore checkout when checkoutDirectory exists

2025-06-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960673#comment-17960673 ] ASF GitHub Bot commented on SCM-201: jira-importer commented on issue #446: URL: https:/

[jira] [Commented] (SCM-201) Option to ignore checkout when checkoutDirectory exists

2025-06-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960672#comment-17960672 ] ASF GitHub Bot commented on SCM-201: jira-importer commented on issue #446: URL: https:/

[jira] Commented: (SCM-201) Option to ignore checkout when checkoutDirectory exists

2006-05-15 Thread Emmanuel Venisse (JIRA)
[ 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 > --

[jira] Commented: (SCM-201) Option to ignore checkout when checkoutDirectory exists

2006-05-14 Thread Dan Tran (JIRA)
[ 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

[jira] Commented: (SCM-201) Option to ignore checkout when checkoutDirectory exists

2006-05-14 Thread Emmanuel Venisse (JIRA)
[ 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