I deleted the Subversion Revision Indexing Service under admin > system > advanced > services and would like to know how to add it back now. Is there any documentation available on how one might do this? or, does anyone know of a way to uninstall the plugin such that reinstalling it will add the service back?
Note, the plugin is working in that i deleted the index directory and it repopulated everything, however it doesn't poll for new revisions ever, because the service doesn't even exist.
yoU CAN go to the services page, and add a new service. The tricky part to your question is just what class to specify.
I think it is com.atlassian.jira.plugin.ext.subversion.revisions.RevisionIndexer or more likely com.atlassian.jira.plugin.ext.subversion.revisions.RevisionIndexService
thanks, the correct service for my setup (jira 5.1.7 and svn plugin 0.10.11.1) was named: com.atlassian.jira.plugin.ext.subversion.revisions.RevisionIndexService
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
[Removed: It did not work]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've found this class in the 0.10.11.1 which might work for you:
com.atlassian.jira.plugin.ext.subversion.revisions.RevisionIndexService
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.