On an SVN repository, can you ignore all extensions except one?
Posted
by CowKingDeluxe
on Super User
See other posts from Super User
or by CowKingDeluxe
Published on 2010-04-20T18:36:52Z
Indexed on
2010/04/20
18:44 UTC
Read the original article
Hit count: 257
svn
|svn-server
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.
© Super User or respective owner