On 24.01.2014 14:40, Konstantin Kolinko wrote:
> Hi!
> 
> With so many people looking forward to Git [1] I think it is time to
> remove svn keywords from our source files.
> 
> There are two things:
> 1) Remove $Id$ etc. lines from the files
> 2) Remove svn:keywords property
> svn propdel svn:keywords --depth infinity
> 
> "1)" is motivated by lack of support for such properties in Git.
> "2)" will make Subversion a bit faster by removing the need to scan
> files for keywords.
> 
> Any objection to proceed with this?

OK for me. I did a quick check, what types of keywords are affected:

trunk:
Count   svn:keywords
1599  - Author Date Id Revision
 132  - Date Author Id Revision
  39  - Date Author Id Revision HeadURL
   3  - Date Revision Author Id
   4  - Id

tc7:
Count   svn:keywords
   1  - author date id revision
1638  - Author Date Id Revision
 131  - Date Author Id Revision
  39  - Date Author Id Revision HeadURL
   2  - Date Revision Author HeadURL Id
   3  - Date Revision Author Id
   4  - Id

tc6:
Count   svn:keywords
1611  - Author Date Id Revision
  13  - Date Author Id Revision

The HeadURL keyword seems to come from having copied codec and
fileupload but it is not actually used in the files.

> I think this can also be applied to Tomcat 6.
> Technically, all keywords are in comments, so it nearly qualifies for
> CTR. Any objections here?

OK for me.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to