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: [email protected]
For additional commands, e-mail: [email protected]