Making my index auto update
|
|
To get kodebot (the admin utility) to update on a nightly basis you can edit the KodeBot.exe.config file located under your <installation location>/Kodebot directory. From that file:
Change the above line to <add value="1.0:0:0" key="TimeBetweenReindexes" /> and to control what time the reindexing happens, edit the <add value="23:59" key="ReindexStartTime" /> key. |
|
|
With subversion, what is the overhead of polling more often – like every 15 minutes. If the revision # is unchanged, is it a NOOP? Does indexing know which files have changed, or is it brute force? Thanks |
|
|
The checkout and indexing process is smart enough to only process changes. However, the publishing of the index, which occurs once the index is updated, will take a minimum amount of time even if there is only a small file change. |
