2014/1/24 Konstantin Kolinko <knst.koli...@gmail.com>:
> 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?
>
> 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?
>

Completed with Tomcat 8.

Nothing unusual here except for two commits

http://svn.apache.org/viewvc?view=revision&revision=1561083
http://svn.apache.org/viewvc?view=revision&revision=1561094

1. Subversion treated *.dtd files as binary ones.

That was because of their svn:mime-type property value
(application/xml-dtd) which was not a text/* mime type.
I fixed that by removing the svn:mime-type property. (r1561083)

2. Update of Schema and DTD files in javax/servlet/** (r1561094)

Best regards,
Konstantin Kolinko

> [1] http://markmail.org/thread/2nwguz3fpbjbppp5

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

Reply via email to