Svn import with auto-props & pre-commit hook
- by James Tisato
My company's svn repo has a lot of MS Word docs in it. We've implemented a policy that all .doc files must have the svn:needs-lock property set to prevent parallel access on files that are hard to merge (we've also done this for xls, ppt, pdf etc.).
We've implemented the policy by distributing a svn config with auto-props set appropriately for all…