On an SVN repository, can you ignore all extensions except one?
- by CowKingDeluxe
Our need is to store only axcrypted (.AXX) documents in an SVN repository, and we want to prevent accidental uploading of the non-encrypted documents. Is there a way to do this on SVN server?
We would like to enforce this .AXX only policy on server-side of the SVN, so we don't have to rely on the ignore list of all our SVN clients.