Emilio Monti <emilmont at gmail.com> writes: > Coming back to the title of this thread "unable to get history and > annotate works" , have you take a look about the lack of the > "HistoryGuru.getInstance().addRepositories(source)" in the > "WebappListener" class?
Your analysis looks correct to me. If there is no configuration file and we fall back to using SRC_ROOT and DATA_ROOT, we should also check SCAN_REPOS and call addRepositories() if it is true. If you're using a configuration configuration file instead, it should work. By the way, will/should we support running without a configuration file in the future, or should we encourage/require the use of configuration files? -- Knut Anders
