[ https://issues.apache.org/jira/browse/SOLR-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248284#comment-13248284 ]
Robert Muir commented on SOLR-3329: ----------------------------------- {quote} keep using $URL$, it doesn't really hurt anything. {quote} This still hurts when using ordinary patch/diff tools across different branches. I frequently do this (I use patch --merge to merge outdated patches, and I use diff to show changes including svn adds/deletes). For example, i use the dev-tools/scripts/diffSources.py to review the differences between a feature branch and trunk before merging it back. > Use consistent svn:keywords > --------------------------- > > Key: SOLR-3329 > URL: https://issues.apache.org/jira/browse/SOLR-3329 > Project: Solr > Issue Type: Improvement > Reporter: Ryan McKinley > Assignee: Ryan McKinley > Fix For: 4.0 > > Attachments: SOLR-3329-svn-keywords.patch > > > 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