You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Rainer Jung <ra...@kippdata.de> on 2009/07/25 16:55:42 UTC

Adding thumbs.db to svn:ignore?

I intend to add

thumbs.db
Thumbs.db

to svn:ignore in any images folder we have in the webapps to prevent
having it appearing again unintentionally.

I would set the property for trunk and all release branches we maintain.

Any objections?

Regards,

Rainer


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


Re: Adding thumbs.db to svn:ignore?

Posted by Mark Thomas <ma...@apache.org>.
Rainer Jung wrote:
> I intend to add
> 
> thumbs.db
> Thumbs.db
> 
> to svn:ignore in any images folder we have in the webapps to prevent
> having it appearing again unintentionally.
> 
> I would set the property for trunk and all release branches we maintain.
> 
> Any objections?

None at all.

+1.

Mark


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


Re: Adding thumbs.db to svn:ignore?

Posted by Konstantin Kolinko <kn...@gmail.com>.
2009/7/25 Rainer Jung <ra...@kippdata.de>:
> I intend to add
>
> thumbs.db
> Thumbs.db
>
> to svn:ignore in any images folder we have in the webapps to prevent
> having it appearing again unintentionally.

+1 for build/resources and other folders if those contain images as well

>
> I would set the property for trunk and all release branches we maintain.
>
> Any objections?
>
> Regards,
>
> Rainer
>

I think that those are to be added to the global-ignores setting in the
Subversion configuration of those running it on Windows.

You can do it e.g. from the configuration dialog of TortoiseSVN
(the "General" page of it).

Though I am as well OK with adding them to svn:ignore. That won't
hurt. That is my +1.

> thumbs.db
> Thumbs.db

According to
http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.ignore.html
you can write that as
 [Tt]humbs.db

or, generalizing it,
 [Tt][Hh][Uu][Mm][Bb][Ss].[Dd][Bb]

Best regards,
Konstantin Kolinko

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