You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Steve Rowe <sa...@gmail.com> on 2014/08/07 07:25:11 UTC

[IMPORTANT] Please change your Subversion config [auto-props] to exclude svn:keywords

I just committed SOLR-4385 ("Stop using SVN Keyword Substitution in Solr src code”), which puts in place two checks (in both Lucene and Solr):

1. If any *.java file contains any Subversion keyword -- $Id, $LastChangedDate, $Date, $LastChangedRevision, $LastChangedRev, $Revision, $Rev, $LastChangedBy, $Author, $HeadURL, $URL, or $Header -- ‘ant validate-source-patterns’ will fail.

2. If any file has the "svn:keywords" property (regardless of value), ‘ant check-svn-working-copy’ will fail. 

‘ant precommit’ invokes both the ‘validate-source-patterns’ and the ‘check-svn-working-copy’ targets.

Please change the auto-props in your Subversion configuration (usually at ~/.subversion/config in the [auto-props] section, though non-command-line clients may have different configuration mechanisms) so that none of the file globs' lists of properties includes “svn:keywords=whatever”.

Thanks,
Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org