[ https://issues.apache.org/jira/browse/SOLR-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247921#comment-13247921 ]
Ryan McKinley commented on SOLR-3329: ------------------------------------- In general, we need to decide what to do for SolrInfoMBean -- the current typical implemention is: {code} @Override public String getVersion() { return "$Revision: 1306018 $"; } @Override public String getSourceId() { return "$Id: RealTimeGetComponent.java 1306018 2012-03-27 20:58:34Z yonik $"; } @Override public String getSource() { return "$URL: https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java $"; } {code} but we often forget to set the svn:keyword property when adding new MBeans... > 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