We have created post-commit svn hooks following your valuable guidance on FSH-9932 and now fisheye index scanning is triggered every time we commit something to SVN. However, by default, any repository created in fisheye polls for changes every 1 minute. Now we want to disable polling or else set it to a high interval like 24 hrs. We could not find relevant information of setting/disabling the polling period for all repositories (like system-wide configuration). We are aware that we can set it per repository manually from the administration screens by going to updates for a particular repository. However, this would be a tedious manual effort - we want to set/disable the default polling interval itself. How can we do this?
Unfortunately, establishing a default polling period is currently an open improvement here -- please log in and vote:
https://jira.atlassian.com/browse/FE-490
You can however, try the following the make the change manually:
- Shutdown FishEye/Crucible
- Edit the <FISHEYE_INST>/config.xml file and append the following XML tag after the opening (left-hand side) "repository" XML tag:
<updater pollPeriod="never"/>
- Start FishEye/Crucible
For reference, the post-commit hook that worked triggered the FishEye command-line option "scannow": https://confluence.atlassian.com/display/FISHEYE/Command-Line+Options
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.