How to permanently, forever ignore thumbs.db on Subversion?
I'd like to have thumbs.db files completely and forever ignored by subversion, in all my repositries, in all their directories. Is that possi开发者_运维技巧ble? If not, what's the next closest thing? I'm using TortoiseSVN.
Settings > General > Global ignore pattern.
That should hide them in TortoiseSVN, if you also want to purge them from accidental versioning you'll need something more clever.
The accepted answer only works in tortoise, and each user must do it on their system.
The general solution is to add thumbs.db to the svn:ignore
property and commit it - this will solve it for everyone with no fuss on their part.
The svn redbook has some good info about svn:ignore
精彩评论