-
Improvement
-
Resolution: Unresolved
-
Major
-
None
We require a option to set the use-commit-times option for a project during checkout/update. Currently the UI offers no such checkbox.
Attached is a patch that will add a checkbox to the configure page and sets the option on SVNClientManager.
- is duplicated by
-
JENKINS-28005 I would like to preserve file commit times as part of checkout from Subversion repositories
-
- Resolved
-
Thanks for the patch. If I understand correctly, in SVN CLI, this option is in ~/.subversion/config, which means the configuration applies globally. Given that, I'm curious why you made this setting a per-project in Hudson.
Also, I'm bit worried about increase in the # of configuration options — I don't want the Hudson GUI to have switches for every ~/.subversion/config option. So in that light, wouldn't it be better if we just let people edit the config file, then have Hudson deliver it across the cluster?