So I run the following:
ruby plugins/redmine_xapian/extra/xapian_indexer.rb
and it goes through and performs an index. I get a whole bunch of warnings like the following, but it still cycles through:
svn: warning: W160013: URL 'https://svn.OMIT.local/svn/icw/branches/drop5/branches/drop5/2.%20System%20Design%20and%20Implementation/02.%20Documents/OMIT_Delivery' non-existent in revision 13713
But then at some point, it just craps out and gives me a big error as follows and I don't know how to begin to fix this issue
/usr/local/rvm/gems/ruby-2.0.0-p643/gems/actionpack-4.2.4/lib/action_dispatch/http/url.rb:45:in `full_url_for': Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true (ActionView::Template::Error)
from /usr/local/rvm/gems/ruby-2.0.0-p643/gems/actionpack-4.2.4/lib/action_dispatch/http/url.rb:35:in `url_for'
from /usr/local/rvm/gems/ruby-2.0.0-p643/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:356:in `block in <class:RouteSet>'
from /usr/local/rvm/gems/ruby-2.0.0-p643/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:815:in `call'
from /usr/local/rvm/gems/ruby-2.0.0-p643/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:815:in `url_for'
from /usr/local/rvm/gems/ruby-2.0.0-p643/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:282:in `call'
from /usr/local/rvm/gems/ruby-2.0.0-p643/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
So I run the following: ruby plugins/redmine_xapian/extra/xapian_indexer.rb
and it goes through and performs an index. I get a whole bunch of warnings like the following, but it still cycles through:
svn: warning: W160013: URL 'https://svn.OMIT.local/svn/icw/branches/drop5/branches/drop5/2.%20System%20Design%20and%20Implementation/02.%20Documents/OMIT_Delivery' non-existent in revision 13713
But then at some point, it just craps out and gives me a big error as follows and I don't know how to begin to fix this issue
Redmine setup