[ https://issues.apache.org/jira/browse/SOLR-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247959#comment-13247959 ]
Hoss Man commented on SOLR-3329: -------------------------------- These were all really designed originally for people writting plugins to be able to expose more information for their consumers about them that might not be obvious based on the global info about the Solr intall. As for stuff in the solr source tree, i would suggest.. * getSource() - keep using $URL$, it doesn't really hurt anything. * getVersion() - we should just start returning the implementaiton version from the package metadata * getSourceId() - $Id$ is the most problematic svn keyword i've ever seen, lets just drop it and leave this blank in all the core mbeans ... plugin writers can use it however they want > Use consistent svn:keywords > --------------------------- > > Key: SOLR-3329 > URL: https://issues.apache.org/jira/browse/SOLR-3329 > Project: Solr > Issue Type: Improvement > Reporter: Ryan McKinley > Fix For: 4.0 > > > In solr, use use svn:keywords haphazardly > We have lots of places with: > {code} > svn propset svn:keywords "Date Author Id Revision HeadURL" *.java > {code} > In LUCENE-3923, there is a suggestion to get rid of many of these. > The MBeans interface often exposes HeadURL, but we likely want to get rid of > the rest -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org